Metadata-Version: 2.1
Name: sphinxcontrib-cmtinc
Version: 0.2
Summary: Include comments from source file Sphinx extension
Home-page: http://packages.python.org/sphinxcontrib-cmtinc/
Author: Vilibald W.
Author-email: vilibald@wvi.cz
License: BSD License
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-cmtinc
Platform: any
Classifier: Development Status :: 2 - Pre-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 :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
License-File: LICENSE
Requires-Dist: Sphinx (>=1.0)


This package contains a comment extractor _Sphinx_ extension.

.. _Sphinx: http://sphinx.pocoo.org/

comment-include is a reStructuredText_ directive to allow extraction of rst formatted comments from source files.

.. _reStructuredText: http://docutils.sourceforge.net/rst.html

This extension adds the ``include-comment`` directive that automatically extracts
the comments begining with ``/**`` and creates valid entries
for the Sphinx_ writer used to generate the documentation.

Usage example::

    .. include-comment:: file.h


