Metadata-Version: 2.3
Name: dewmoth
Version: 0.19.0
Summary: Dewmoth - Doxygen Support for Hawkmoth
Project-URL: Homepage, https://github.com/llbit/dewmoth
Project-URL: Documentation, https://jnikula.github.io/dewmoth/stable/
Author-email: Jani Nikula <jani@nikula.org>
License: BSD-2-Clause
License-File: LICENSE
Keywords: autodoc,c,documentation,python,sphinx
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
Requires-Python: ~=3.9
Requires-Dist: sphinx>=3
Provides-Extra: dev
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-xdist; extra == 'dev'
Requires-Dist: restructuredtext-lint; extra == 'dev'
Requires-Dist: strictyaml; extra == 'dev'
Requires-Dist: types-docutils; extra == 'dev'
Description-Content-Type: text/x-rst

Dewmoth - Sphinx Autodoc with Partial Doxygen Support
=====================================================

Dewmoth forks Hawkmoth to add support for ``//!<`` comments trailing after field
declarations.

Full list of changes from Hawkmoth:

- Support for trailing field comments with ``//!<``.
- Multiple trailing comments supported (concatenated).
- Using ``@file`` in a toplevel comment properly positions it as a toplevel comment (skip binding it to the next declaration).

See Hawkmoth_ `Hawkmoth` for further details.

.. _Hawkmoth: https://github.com/jnikula/hawkmoth
