summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-11-19 15:15:27 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-11-19 15:15:27 (GMT)
commit903cf7cad0e2a1c0e22537621a770544fa4e84ee (patch)
tree73fb7f0440c64c3b3ce21bfc475058ffb46a5bfc /src/classdef.cpp
parent020742ed4dfa75aaa373cec43a94dc5b02e15f08 (diff)
downloadDoxygen-903cf7cad0e2a1c0e22537621a770544fa4e84ee.zip
Doxygen-903cf7cad0e2a1c0e22537621a770544fa4e84ee.tar.gz
Doxygen-903cf7cad0e2a1c0e22537621a770544fa4e84ee.tar.bz2
Release-1.2.3-20001119
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index 49846b6..227f18e 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -973,9 +973,13 @@ void ClassDef::writeDocumentation(OutputList &ol)
}
// repeat brief description
- if (!briefDescription().isEmpty())
+ if (!briefDescription().isEmpty() && Config::repeatBriefFlag)
{
ol+=briefOutput;
+ }
+ if (!briefDescription().isEmpty() && Config::repeatBriefFlag &&
+ !documentation().isEmpty())
+ {
ol.newParagraph();
}
// write documentation