summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-07-27 08:31:08 (GMT)
committerGitHub <noreply@github.com>2017-07-27 08:31:08 (GMT)
commitc8106894892507d80b11ed186da23688772153aa (patch)
tree1cccc9e777452df3c96e852c7880a28afa6e7a72 /src
parentdaa2c0960aa5044990c3e06afe8c15694e8be48d (diff)
parent1aafbbc97bdb643cae8be036f2b9ab569ca7f15e (diff)
downloadDoxygen-c8106894892507d80b11ed186da23688772153aa.zip
Doxygen-c8106894892507d80b11ed186da23688772153aa.tar.gz
Doxygen-c8106894892507d80b11ed186da23688772153aa.tar.bz2
Merge pull request #584 from deece/fix-man-enum
Call endMemberItem consistently.
Diffstat (limited to 'src')
-rw-r--r--src/memberlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memberlist.cpp b/src/memberlist.cpp
index 5349030..e19cead 100644
--- a/src/memberlist.cpp
+++ b/src/memberlist.cpp
@@ -426,6 +426,7 @@ void MemberList::writePlainDeclarations(OutputList &ol,
{
ol.endDoxyAnchor(md->getOutputFileBase(),md->anchor());
}
+ ol.endMemberItem();
if (!md->briefDescription().isEmpty() && Config_getBool(BRIEF_MEMBER_DESC))
{
DocRoot *rootNode = validatingParseDoc(
@@ -452,7 +453,6 @@ void MemberList::writePlainDeclarations(OutputList &ol,
}
delete rootNode;
}
- ol.endMemberItem();
ol.endMemberDeclaration(md->anchor(),inheritId);
}
md->warnIfUndocumented();