mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Create a template file for our documentation.
This commit is contained in:
parent
e72d4923aa
commit
79cec9d7b5
2 changed files with 9 additions and 0 deletions
|
@ -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
6
doc/template.dox
Normal 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
|
||||
*/
|
Loading…
Reference in a new issue