summaryrefslogtreecommitdiffstats
path: root/src/layout.cpp
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-29 14:29:04 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-05-29 19:53:05 (GMT)
commitb3e1f10a2d795d0cf31f6efb3f88a31ad4c68980 (patch)
tree407774a71c1110ab17cca581b3e89e782fad4f72 /src/layout.cpp
parent1941e88efd5d0f1f049b50eb258dff2a19e739d9 (diff)
downloadDoxygen-b3e1f10a2d795d0cf31f6efb3f88a31ad4c68980.zip
Doxygen-b3e1f10a2d795d0cf31f6efb3f88a31ad4c68980.tar.gz
Doxygen-b3e1f10a2d795d0cf31f6efb3f88a31ad4c68980.tar.bz2
fix "Constant Groups" regression on file pages
Due to a copy/paste error in the UNO IDL patch the "Namespaces" listed on the "File Reference" pages are erroneously duplicated. (thanks to Stephan Bergmann for finding this problem) Signed-off-by: Dimitri van Heesch <dimitri@stack.nl>
Diffstat (limited to 'src/layout.cpp')
-rw-r--r--src/layout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.cpp b/src/layout.cpp
index c2b1ac5..010c850 100644
--- a/src/layout.cpp
+++ b/src/layout.cpp
@@ -582,7 +582,7 @@ class LayoutParser : public QXmlDefaultHandler
SrcLangExt_Fortran,theTranslator->trModules()
)));
m_sHandler.insert("file/memberdecl/constantgroups",
- new StartElementHandlerSection(this,LayoutDocEntry::FileNamespaces,&LayoutParser::startSectionEntry,
+ new StartElementHandlerSection(this,LayoutDocEntry::FileConstantGroups,&LayoutParser::startSectionEntry,
theTranslator->trConstantGroups()));
m_sHandler.insert("file/memberdecl/defines",
new StartElementHandlerMember(this,&LayoutParser::startMemberDeclEntry,