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 8e66402..6d00bbc 100644 --- a/src/namespacedef.cpp +++ b/src/namespacedef.cpp @@ -308,6 +308,9 @@ void NamespaceDef::writeDocumentation(OutputList &ol) ol.startTextLink(0,"_details"); ol.parseText(theTranslator->trMore()); ol.endTextLink(); + ol.enableAll(); + ol.disableAllBut(OutputGenerator::Man); + ol.newParagraph(); ol.popGeneratorState(); } ol.disable(OutputGenerator::Man); |