summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index cc9a617..a0b1527 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -957,9 +957,9 @@ void ClassDef::writeDetailedDocumentationBody(OutputList &ol)
{
ol.startSimpleSect(BaseOutputDocInterface::Examples,0,0,theTranslator->trExamples()+": ");
ol.startDescForItem();
- ol.startParagraph();
+ //ol.startParagraph();
writeExample(ol,m_impl->exampleSDict);
- ol.endParagraph();
+ //ol.endParagraph();
ol.endDescForItem();
ol.endSimpleSect();
}