Add support for building doxygen API documentation
authorRan Benita <ran234@gmail.com>
Sat, 22 Sep 2012 12:02:54 +0000 (15:02 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Sun, 23 Sep 2012 23:13:32 +0000 (09:13 +1000)
commit108fa1c7931a317c40c2e6c994857f9464e3762d
treef8904b895ab7a95e0cc967013412f83736a2a09f
parent0dd40125c555ccfc6b018eda8107fa1aa101c43e
Add support for building doxygen API documentation

Simple HTML docs generated from the doxygen comments.
After running 'make' or 'make doc', try firefox doc/html/index.html to
see it (if you have doxygen). It's also installed with 'make install'.
You can use --enable-docs or --disable-docs, or specifically
--with-doxygen or --without-doxygen (autodetected, default yes).

The docs are currently not distributed in the tarball, because I
couldn't make it work properly in all cases :/

Signed-off-by: Ran Benita <ran234@gmail.com>
Makefile.am
configure.ac
doc/.gitignore [new file with mode: 0644]
doc/Doxyfile.in [new file with mode: 0644]