Add basic support for generating API documentation using Doxygen
authorJürgen Doser <jurgen.doser@gmail.com>
Wed, 30 Jan 2013 17:21:32 +0000 (18:21 +0100)
committerShadowNinja <shadowninja@minetest.net>
Fri, 12 Dec 2014 19:59:57 +0000 (14:59 -0500)
commit83830e8682de23840675a35daa386fa2820fbb7d
treee3ad73b461f1093c7f6d40969ef45056fa9083d5
parent8066743a8390b22cf515aaced0280ddb64b69cb1
Add basic support for generating API documentation using Doxygen

If CMake is run and Doxygen is found, add a make target called "doc",
which builds API documention in doc/html. This target is not included
in the default "all" target, you have to explicitly run "make doc" to
generate the documentation.

If graphviz is installed, in particular, if the "dot" binary is found,
doxygen is configured to generate various kinds of diagrams. Note that
due to this, the first run of doxygen can take a while.
.gitignore
CMakeLists.txt
doc/Doxyfile.in [new file with mode: 0644]