diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-03-17 21:39:04 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-03-17 21:39:04 (GMT) |
commit | fc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea (patch) | |
tree | eb947bb0b492c9a33c255c9ec3928913cbf938c7 /src/classlist.cpp | |
parent | 91ac89e271d81507ce5d8bf5b821d80aedd6ec3e (diff) | |
download | Doxygen-fc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea.zip Doxygen-fc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea.tar.gz Doxygen-fc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea.tar.bz2 |
Release-1.3-rc3-20030317
Diffstat (limited to 'src/classlist.cpp')
-rw-r--r-- | src/classlist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classlist.cpp b/src/classlist.cpp index 06614b8..d234312 100644 --- a/src/classlist.cpp +++ b/src/classlist.cpp @@ -103,13 +103,13 @@ void ClassSDict::writeDeclaration(OutputList &ol,const ClassDef::CompoundType *f ol.writeObjectLink(cd->getReference(), cd->getOutputFileBase(), 0, - cd->localName() + cd->className() ); } else { ol.startBold(); - ol.docify(cd->localName()); + ol.docify(cd->className()); ol.endBold(); } ol.endMemberItem(); |