Logging and Documentation

Published September 21, 2006
Advertisement
Only a quick update today...

Logging
I have finished the first write of my error logging system. This is more of an appendage to the error handler in that it gets handed errors by the handler and writes them to the output file.

Doxygen
For the first time i have used Doxygen to dynamically create the documentation for the project. For those of you unfamiliar with it (as i still very much am), Doxygen scans all of the C++ documents in a given directory and looks for comments in the styles it recognises. With these it compiles documentation into HTML pages.

I have used it for the first build of the docs and now i am going through and adding brief comments to all necessary parts of my work.

Have a good day all,

Dave
0 likes 2 comments

Comments

paulecoyote
Doxygen? A Game developer documenting? Good on you ;-)
September 29, 2006 06:42 AM
dave
Considering how automated it is, none of us have an excuse not to really.
September 29, 2006 07:47 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Advertisement