add doxygen support
authorPhil Sutter <phil@nwl.cc>
Sun, 22 Feb 2009 16:40:45 +0000 (17:40 +0100)
committerPhil Sutter <phil@nwl.cc>
Sun, 22 Feb 2009 16:43:10 +0000 (17:43 +0100)
commitf198fc934b9c67d0be725633f179c2da0d90ef91
treee7204b50dba738115e092ec0909b523b439ee925
parent3cd87aadf870612dab6674dc6c89f095480185a4
add doxygen support

Since we have no doxygen compatible code comments (we hardly have
comments at all ;) there is not much documentation to be extracted. But
this is still useful, as doxy generates us nice callgraphs showing the
internal code flow chaos. :)

Usage is as follows: after having run ./autogen.sh, doxygen can be
triggered by simply issuing 'make doxy'. This will generate a doxy
config if none exists, and preset some stuff inside (especially
parsing of undocumented stuff). Before all consecutive invocations, the
doxy config (named 'Doxyfile') can be customised to one's personal
needs.
.gitignore
Makefile.am