Added very rudimentary support for Doxygen.
authorTeemu Murtola <teemu.murtola@cbr.su.se>
Thu, 10 Sep 2009 09:14:01 +0000 (11:14 +0200)
committerTeemu Murtola <teemu.murtola@cbr.su.se>
Thu, 10 Sep 2009 09:14:01 +0000 (11:14 +0200)
commitc708893fbe55115386b71a9a379b2266cd57f121
tree40921422ae36203474121447f91c0dd234fc46fb
parent577d244876c04cee81ede524ca40bbad0ac351f7
Added very rudimentary support for Doxygen.

configure now generates a Doxyfile that can be used at least with
Doxygen version 1.5.8 by just running 'doxygen' after configure.
The generated documentation is currently not very well organized, but at
least the result shows the status of Doxygen comments in the source.
.gitignore
Doxyfile.in [new file with mode: 0644]
configure.ac