Skip to content

Commit f4cdca3

Browse files
committed
Add make docs using doxygen
There are currently no documentation warnings, and I'd like to keep it that way in the future. Something that is entirely undocumented will not produce a warning (for now). I'd recommend everyone to symlink hooks/pre-commit-docs to .git/hooks/pre-commit so that their clients will not allow them to commit if they introduce documentation warnings. If this becomes a problem, we can add a similar server-side hook to reject pushes that introduce documentation warnings.
1 parent 2dc9b85 commit f4cdca3

File tree

5 files changed

+1570
-2
lines changed

5 files changed

+1570
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
\#*#
33
*.pyc
44

5+
/docs/doxygen/
56
/obj.*/
67
/src/config.h
78
/src/tests/index.cc

0 commit comments

Comments
 (0)