summaryrefslogtreecommitdiffstats
path: root/src/classlist.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-04-13 19:01:22 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-04-13 19:01:22 (GMT)
commit4088d90d9abafaa51250e55a5f48a787a921ed98 (patch)
tree17a9c5d727d7c9aee93cdd92b7f832a4a09c1b2a /src/classlist.cpp
parent02b5f51ef09a211e16e0158e5115ddf5b33d194d (diff)
downloadDoxygen-4088d90d9abafaa51250e55a5f48a787a921ed98.zip
Doxygen-4088d90d9abafaa51250e55a5f48a787a921ed98.tar.gz
Doxygen-4088d90d9abafaa51250e55a5f48a787a921ed98.tar.bz2
Release-1.3.6-20040413
Diffstat (limited to 'src/classlist.cpp')
-rw-r--r--src/classlist.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/classlist.cpp b/src/classlist.cpp
index 7a52556..d538cbb 100644
--- a/src/classlist.cpp
+++ b/src/classlist.cpp
@@ -102,15 +102,15 @@ void ClassSDict::writeDeclaration(OutputList &ol,const ClassDef::CompoundType *f
}
ol.startMemberItem(FALSE);
QCString tmp = cd->compoundTypeString();
- QCString cname;
- if (Config_getBool("OPTIMIZE_OUTPUT_JAVA"))
- {
- cname = substitute(cd->className(),"::",".");
- }
- else
- {
- cname = cd->className();
- }
+ QCString cname = cd->displayName();
+ //if (Config_getBool("OPTIMIZE_OUTPUT_JAVA"))
+ //{
+ // cname = substitute(cd->className(),"::",".");
+ //}
+ //else
+ //{
+ // cname = cd->className();
+ //}
ol.writeString(tmp);
ol.writeString(" ");
ol.insertMemberAlign();
@@ -141,12 +141,12 @@ void ClassSDict::writeDeclaration(OutputList &ol,const ClassDef::CompoundType *f
{
ol.pushGeneratorState();
ol.disableAllBut(OutputGenerator::Html);
- ol.endEmphasis();
+ //ol.endEmphasis();
ol.docify(" ");
ol.startTextLink(cd->getOutputFileBase(),"_details");
ol.parseText(theTranslator->trMore());
ol.endTextLink();
- ol.startEmphasis();
+ //ol.startEmphasis();
ol.popGeneratorState();
}
ol.endMemberDescription();