Add doxygen config for code documentation
This commit is contained in:
parent
651e3fc3b6
commit
5a5067e745
3 changed files with 1873 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
build/
|
build/
|
||||||
cache/
|
cache/
|
||||||
|
docs/
|
||||||
data/i18n/paysages_*.qm
|
data/i18n/paysages_*.qm
|
||||||
gmon.out
|
gmon.out
|
||||||
nbproject/
|
nbproject/
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -26,6 +26,9 @@ clean:
|
||||||
rm -f ${BUILDPATH}/libpaysages_exploring.so
|
rm -f ${BUILDPATH}/libpaysages_exploring.so
|
||||||
rm -f ${BUILDPATH}/libpaysages_rendering.so
|
rm -f ${BUILDPATH}/libpaysages_rendering.so
|
||||||
|
|
||||||
|
docs:
|
||||||
|
doxygen Doxyfile
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
make BUILDMODE=debug all
|
make BUILDMODE=debug all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue