Metadata-Version: 1.1
Name: dqn
Version: 0.2.0
Summary: The dqn create ReST files for sphinx from source code
Home-page: https://bitbucket.org/takesxi_sximada/dqn
Author: TakesxiSximada
Author-email: takesxi.sximada@gmail.com
License: BSD
Download-URL: https://bitbucket.org/takesxi_sximada/dqn
Description: 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
        
        
        
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
