|
2020-2021 Sunseeker Telemetry and Lighting System
|
The program called "doxygen" (GitHub Page and Website) is what we're using to document our project and try to make things a bit simpler/easier not only for us, but also future projects or people looking at what we've done.
It simply uses a small configuration file at the root of the project /Doxyfile to store some settings, and the rest is through mainly Markdown files (.md or .markdown) and source code files.
It is setup (as of writing this) that someone can simply open the /Doxyfile in the GUI Wizard, click on the "Run" tab, then "Run doxygen", and everything will be updated... that's it.
You need to have installed the program from either the GitHub page or website, then simply open the /Doxyfile within the GUI frontend or "Wizard".
/Doxyfile stays where it's at! It should be kept at the root directory (just to keep things simple)/Doxyfile, they'll have to re-do all of them in order for it to start functioning again./Documentation folder manually, as they WILL BE DELETED when doxygen is run.Use this pattern/format:
Which will output a single image that is both easily viewable in Doxygen, as well as Markdown viewers/editors.