summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJürgen Doser <jurgen.doser@gmail.com>2013-01-30 18:21:32 +0100
committerShadowNinja <shadowninja@minetest.net>2014-12-12 14:59:57 -0500
commit83830e8682de23840675a35daa386fa2820fbb7d (patch)
treee3ad73b461f1093c7f6d40969ef45056fa9083d5 /.gitignore
parent8066743a8390b22cf515aaced0280ddb64b69cb1 (diff)
downloadminetest-83830e8682de23840675a35daa386fa2820fbb7d.tar.gz
minetest-83830e8682de23840675a35daa386fa2820fbb7d.tar.bz2
minetest-83830e8682de23840675a35daa386fa2820fbb7d.zip
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 98a7f35b9..680a44158 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,11 @@ tags
minetest.conf
debug.txt
+## Doxygen files
+doc/Doxyfile
+doc/html/
+doc/doxygen_*
+
## Build files
CMakeFiles/*
src/CMakeFiles/*
@@ -64,7 +69,7 @@ locale/
*.layout
*.o
-#build variants
+## Build variants
build/android/assets
build/android/bin
build/android/Debug
@@ -75,5 +80,3 @@ build/android/libs
build/android/obj
timestamp
-
-