PDA

View Full Version : change doxygen frontpage



monkeyking
September 25th, 2008, 01:59 AM
I'm trying to document my program,
and decided to go with doxygen.


This is quite nice,
but does anyone know, how to change the frontpage of the generated html file.


thanks

monkeyking
September 25th, 2008, 02:48 AM
I found out, that I have to put a \mainpage somewhere in my sourcecode.

But I do still need some info on how to make non codedocumentation in doxygen.

dribeas
September 27th, 2008, 10:28 PM
I found out, that I have to put a \mainpage somewhere in my sourcecode.

But I do still need some info on how to make non codedocumentation in doxygen.

I have no real experience with doxygen, just follow the rules a coworker gave me (so I don't know if there's any better solution). We add a doxygen.h (C++) file to each module with module wide doxygen comments.