Heeks / heekscad-old

/!\ Obsolete repository of HeeksCAD
http://heeks.net
Other
110 stars 47 forks source link

First attempt at getting Doxygen to produce documentation. #5

Closed sliptonic closed 1 year ago

sliptonic commented 12 years ago

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.