The dqn create ReST files for sphinx from source code.

Install
===========

Need doxygen.
http://www.stack.nl/~dimitri/doxygen/download.html

And

::

    pip install dqn


How to use
============

The SRC_DIR is source code directory root.


Create rst files from source code.
::

    $ dqn $SRC_DIR
    $ make




