Add a shortcut for QuakeForge.

I got tired of typing QuakeForge all the time, and to ensure consistency,
made it so \QF or @QF will expand to QuakeForge in the generated docs.
This commit is contained in:
Bill Currie 2011-08-20 16:11:24 +09:00
parent 605d60167d
commit 14c23879b1

View file

@ -179,7 +179,7 @@ TAB_SIZE = 4
# will result in a user-defined paragraph with heading "Side Effects:".
# You can put \n's in the value part of an alias to insert newlines.
ALIASES =
ALIASES = QF=QuakeForge
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
# sources only. Doxygen will then generate output that is more tailored for C.