I am documenting the API of a library and generate HTML and man pages. 
Unfortunately it generates man pages for every structure and every field of 
every structure so the man 3 directory gets polluted with files like height.3 
containing the man page for a field of a struct called height.

Is there a way to get Doxygen to generate man pages only for the documented 
functions and stop this crazy pollution? Ideally these man pages would contain 
the documentation for any structures used in the function’s API. If I can’t 
solve this I will not be able to ship the man pages with the software.

Regards

    -Mark

_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to