diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-03-27 18:37:02 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-03-27 18:37:02 (GMT) |
commit | f8bf8307e131fd6e3057635f0553ce6d6bb9794f (patch) | |
tree | 70ca7fc96667c6c2dc67627660da9686dbb8d52f /src/classdef.cpp | |
parent | 0a773cb15d41e5806b799cd24c076c60b734615c (diff) | |
download | Doxygen-f8bf8307e131fd6e3057635f0553ce6d6bb9794f.zip Doxygen-f8bf8307e131fd6e3057635f0553ce6d6bb9794f.tar.gz Doxygen-f8bf8307e131fd6e3057635f0553ce6d6bb9794f.tar.bz2 |
Release-1.4.6-20060327
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r-- | src/classdef.cpp | 2 |
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; } } |