forked from the16thpythonist/uca-phantom
-
Notifications
You must be signed in to change notification settings - Fork 0
Automatic documentation generation #6
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationprio:lowLow priority issueLow priority issue
Description
Readily available well-documented open-source documentation tools
- Doxygen
- Sphinx
Doxygen seems to more be widespread and have a better documetation. This could help us easily exhibit our public functions that should be used by the user and how they relate to the super class (which functions are overrided, which member variables are public, etc).
May also enable automatic UML style class-inheritance diagrams.
Work that would need to be done
Classes and their methods would need to have a commented header documenting the said-functions. A standard syntax would have to followed. Fortunately, this is already mostly done.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationprio:lowLow priority issueLow priority issue