Feneric / doxypypy

A more Pythonic version of doxypy, a Doxygen filter for Python.
GNU General Public License v2.0
149 stars 49 forks source link

Question about file level (not module level) docs #86

Open the-moog opened 2 years ago

the-moog commented 2 years ago

I've played about with various comment styles at the start of the file but everything I try appears in the 'Namespace' documentation.

I would like at least the module brief, author and copyright message to appear.

Currently it lists the classes and namespaces the file implements.

Is this to do with the template or doxypypy?