diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-11-28 20:38:57 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-11-28 20:38:57 (GMT) |
commit | f3e7209fed9703e8be668753d1083ba335121a6e (patch) | |
tree | 229ba1f0bd2e721f4cc81307b63d8c79051d1bc4 /src/classlist.cpp | |
parent | e952dab58265a6f21867e51f72d7d81ffe39e082 (diff) | |
download | Doxygen-f3e7209fed9703e8be668753d1083ba335121a6e.zip Doxygen-f3e7209fed9703e8be668753d1083ba335121a6e.tar.gz Doxygen-f3e7209fed9703e8be668753d1083ba335121a6e.tar.bz2 |
Release-1.3-rc1-20021128
Diffstat (limited to 'src/classlist.cpp')
-rw-r--r-- | src/classlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classlist.cpp b/src/classlist.cpp index 7adacd8..9483329 100644 --- a/src/classlist.cpp +++ b/src/classlist.cpp @@ -112,7 +112,7 @@ void ClassSDict::writeDeclaration(OutputList &ol,const ClassDef::CompoundType *f ol.docify(cd->localName()); ol.endBold(); } - ol.endMemberItem(FALSE); + ol.endMemberItem(); if (!cd->briefDescription().isEmpty()) { ol.startMemberDescription(); |