summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2006-03-27 18:37:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2006-03-27 18:37:02 (GMT)
commit6f84cba4db755b69633ad66f6efbbaf94ca8df81 (patch)
tree70ca7fc96667c6c2dc67627660da9686dbb8d52f /src/classdef.cpp
parentc8b3a0f8232656c1a11c185d595f19eb65c56c82 (diff)
downloadDoxygen-6f84cba4db755b69633ad66f6efbbaf94ca8df81.zip
Doxygen-6f84cba4db755b69633ad66f6efbbaf94ca8df81.tar.gz
Doxygen-6f84cba4db755b69633ad66f6efbbaf94ca8df81.tar.bz2
Release-1.4.6-20060327
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index 332e6bf..2edf115 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -1514,6 +1514,7 @@ void ClassDef::writeMemberDocumentation(OutputList &ol)
if (Config_getBool("SEPARATE_MEMBER_PAGES"))
{
ol.disable(OutputGenerator::Html);
+ Doxygen::suppressDocWarnings = TRUE;
}
typedefMembers.writeDocumentation(ol,name(),this,
@@ -1543,6 +1544,7 @@ void ClassDef::writeMemberDocumentation(OutputList &ol)
if (Config_getBool("SEPARATE_MEMBER_PAGES"))
{
ol.enable(OutputGenerator::Html);
+ Doxygen::suppressDocWarnings = FALSE;
}
}