diff --git a/mrw/doxyfile.in b/mrw/doxyfile.in index 4f652ba..530e16e 100644 --- a/mrw/doxyfile.in +++ b/mrw/doxyfile.in @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $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.