1
0
Fork 0

Add doxygen config for code documentation

This commit is contained in:
Michaël Lemaire 2013-07-03 12:08:03 +02:00
parent 651e3fc3b6
commit 5a5067e745
3 changed files with 1873 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
build/
cache/
docs/
data/i18n/paysages_*.qm
gmon.out
nbproject/

1869
Doxyfile Normal file

File diff suppressed because it is too large Load Diff

View File

@ -26,6 +26,9 @@ clean:
rm -f ${BUILDPATH}/libpaysages_exploring.so
rm -f ${BUILDPATH}/libpaysages_rendering.so
docs:
doxygen Doxyfile
debug:
make BUILDMODE=debug all