Create a template file for our documentation.

This commit is contained in:
Bill Currie 2011-09-08 10:29:24 +09:00
parent e72d4923aa
commit 79cec9d7b5
2 changed files with 9 additions and 0 deletions

View file

@ -629,6 +629,9 @@ EXCLUDE += @TOPSRC@/tools/Forge
EXCLUDE += @TOPSRC@/include/QF/GL
EXCLUDE += @TOPSRC@/include/block16.h
EXCLUDE += @TOPSRC@/include/block8.h
EXCLUDE += @TOPSRC@/doc/template.dox
EXCLUDE += @TOPSRC@/doc/template.c
EXCLUDE += @TOPSRC@/doc/template.h
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded

6
doc/template.dox Normal file
View file

@ -0,0 +1,6 @@
//unfortunately, have to wrap the docs in a C comment for doxygen
// vim:tw=74:formatoptions-=l
/**
\page name Title
text
*/