diff options
author | Filipe Alves <filipe.alves@bithium.com> | 2016-07-14 09:27:47 (GMT) |
---|---|---|
committer | Filipe Alves <filipe.alves@bithium.com> | 2016-07-14 09:27:47 (GMT) |
commit | 989a0137df8f8e11df67de1a2ded73712b46a8fd (patch) | |
tree | 7fd2c60676ae8aab594a5fe89b641089f9c9afeb | |
parent | 4530978dba88a0d6ccc369e480e6b9a98d29fa1e (diff) | |
download | Doxygen-989a0137df8f8e11df67de1a2ded73712b46a8fd.zip Doxygen-989a0137df8f8e11df67de1a2ded73712b46a8fd.tar.gz Doxygen-989a0137df8f8e11df67de1a2ded73712b46a8fd.tar.bz2 |
Add section title to output.
-rw-r--r-- | src/perlmodgen.cpp | 1 |
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"); } |