diff options
Diffstat (limited to 'src/namespacedef.cpp')
-rw-r--r-- | src/namespacedef.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/namespacedef.cpp b/src/namespacedef.cpp index c04fa7b..839a39d 100644 --- a/src/namespacedef.cpp +++ b/src/namespacedef.cpp @@ -408,6 +408,9 @@ void NamespaceDef::writeBriefDescription(OutputList &ol) if (rootNode && !rootNode->isEmpty()) { ol.startParagraph(); + ol.disableAllBut(OutputGenerator::Man); + ol.writeString(" - "); + ol.enableAll(); ol.writeDoc(rootNode,this,0); ol.pushGeneratorState(); ol.disable(OutputGenerator::RTF); |