new aliases to document mutexes
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
## @license LGPL, see file <a href="license.html">COPYING</a>
|
||||
##
|
||||
## $Log$
|
||||
## Revision 1.12 2005/03/11 23:17:11 marc
|
||||
## new aliases to document mutexes
|
||||
##
|
||||
## Revision 1.11 2005/02/18 15:54:31 marc
|
||||
## exclude pattern changed for _testlib.cpp
|
||||
##
|
||||
@@ -303,7 +306,10 @@ GENERATE_DEPRECATEDLIST= YES
|
||||
# You can put \n's in the value part of an alias to insert newlines.
|
||||
|
||||
ALIASES = "copy=\par Copyright\n" \
|
||||
"license=\par License\n"
|
||||
"license=\par License\n" \
|
||||
"classmutex=\par Reentrant:\nAccess is locked with class static mutex @c " \
|
||||
"instancemutex=\par Reentrant:\nAccess is locked with per instance mutex @c " \
|
||||
"mutex=\par Reentrant:\nAccess is locked with mutex @c "
|
||||
|
||||
# The ENABLED_SECTIONS tag can be used to enable conditional
|
||||
# documentation sections, marked by \if sectionname ... \endif.
|
||||
|
Reference in New Issue
Block a user