summaryrefslogtreecommitdiffstats
path: root/src/perlmodgen.cpp
diff options
context:
space:
mode:
authorFilipe Alves <filipe.alves@bithium.com>2016-07-14 09:27:47 (GMT)
committerFilipe Alves <filipe.alves@bithium.com>2016-07-14 09:27:47 (GMT)
commit989a0137df8f8e11df67de1a2ded73712b46a8fd (patch)
tree7fd2c60676ae8aab594a5fe89b641089f9c9afeb /src/perlmodgen.cpp
parent4530978dba88a0d6ccc369e480e6b9a98d29fa1e (diff)
downloadDoxygen-989a0137df8f8e11df67de1a2ded73712b46a8fd.zip
Doxygen-989a0137df8f8e11df67de1a2ded73712b46a8fd.tar.gz
Doxygen-989a0137df8f8e11df67de1a2ded73712b46a8fd.tar.bz2
Add section title to output.
Diffstat (limited to 'src/perlmodgen.cpp')
-rw-r--r--src/perlmodgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perlmodgen.cpp b/src/perlmodgen.cpp
index 8d425a5..c7d562f 100644
--- a/src/perlmodgen.cpp
+++ b/src/perlmodgen.cpp
@@ -905,6 +905,7 @@ void PerlModDocVisitor::visitPre(DocSection *s)
{
QCString sect = QCString().sprintf("sect%d",s->level());
openItem(sect);
+ m_output.addFieldQuotedString("title", s->title());
openSubBlock("content");
}