Add Doxygen aliases for custom paragraphs

This commit is contained in:
Camilla Berglund
2016-01-31 21:32:14 +01:00
parent 5499fd307a
commit 951a9583fa
3 changed files with 296 additions and 448 deletions
+8 -1
View File
@@ -195,7 +195,14 @@ TAB_SIZE = 8
# 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 = "thread_safety=@par Thread safety\n" \
"pointer_lifetime=@par Pointer lifetime\n" \
"analysis=@par Analysis\n" \
"reentrancy=@par Reentrancy\n" \
"glfw3=@par\n__GLFW 3:__" \
"x11=__X11:__" \
"win32=__Windows:__" \
"osx=__OS X:__"
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding