From 6c90b3f2f323f25d37b358a8d5a80471de97210b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 11 Mar 2005 23:17:11 +0000 Subject: [PATCH] new aliases to document mutexes --- mrw/doxyfile.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.