I haven't done any serious documenting of code. Just getting the basics set up.
I've added some mainpage documentation to HeeksCAD.cpp and boilerplate text to a couple other .h files to play with.
A Doxyfile exists in the /src directory. To produce documentation, go into /src and enter 'doxygen Doxyfile'
Output will be produced in a DOC directory in the heekscad root.
I'm also including my .gitignore file which includes a new reference to the DOC directory to keep those thousands of generated html files from showing up in git.
I haven't done any serious documenting of code. Just getting the basics set up.
I've added some mainpage documentation to HeeksCAD.cpp and boilerplate text to a couple other .h files to play with.
A Doxyfile exists in the /src directory. To produce documentation, go into /src and enter 'doxygen Doxyfile'
Output will be produced in a DOC directory in the heekscad root.
I'm also including my .gitignore file which includes a new reference to the DOC directory to keep those thousands of generated html files from showing up in git.