summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r--src/latexgen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index 01b06dd..d193f39 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -1658,6 +1658,7 @@ void LatexGenerator::startClassDiagram()
{
//if (Config_getBool("COMPACT_LATEX")) t << "\\subsubsection"; else t << "\\subsection";
//t << "{";
+ newParagraph();
}
void LatexGenerator::endClassDiagram(const ClassDiagram &d,
@@ -1812,6 +1813,7 @@ void LatexGenerator::endMemberGroup(bool hasHeader)
void LatexGenerator::startDotGraph()
{
+ newParagraph();
}
void LatexGenerator::endDotGraph(const DotClassGraph &g)