summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-08-12 16:26:14 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-08-12 16:26:14 (GMT)
commiteed6800521ab6f21c41f485820ec1ee2def42e94 (patch)
tree4c0dd6f4a7ff503dd3cacaa8e6156c9975645e66 /src/index.cpp
parent0c6e5ac9eab4ff31bb5650ac2faf9f6c5fc46e68 (diff)
downloadDoxygen-eed6800521ab6f21c41f485820ec1ee2def42e94.zip
Doxygen-eed6800521ab6f21c41f485820ec1ee2def42e94.tar.gz
Doxygen-eed6800521ab6f21c41f485820ec1ee2def42e94.tar.bz2
Release-1.2.9-20010812
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 5e3e53f..d1ea611 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -1194,10 +1194,10 @@ void writeAlphabeticalClassList(OutputList &ol)
{
if (cd->isLinkableInProject() && cd->templateMaster()==0)
{
- int index = getPrefixIndex(cd->localName());
- if (toupper(cd->name().at(index))!=startLetter) // new begin letter => new header
+ int index = getPrefixIndex(cd->className());
+ if (toupper(cd->className().at(index))!=startLetter) // new begin letter => new header
{
- startLetter=toupper(cd->name().at(index));
+ startLetter=toupper(cd->className().at(index));
headerItems++;
}
}
@@ -1227,11 +1227,11 @@ void writeAlphabeticalClassList(OutputList &ol)
{
if (cd->isLinkableInProject() && cd->templateMaster()==0)
{
- int index = getPrefixIndex(cd->localName());
- if (toupper(cd->name().at(index))!=startLetter)
+ int index = getPrefixIndex(cd->className());
+ if (toupper(cd->className().at(index))!=startLetter)
{
// insert a new header using a dummy class pointer.
- startLetter=toupper(cd->name().at(index));
+ startLetter=toupper(cd->className().at(index));
colList[col].append((ClassDef *)8); // insert dummy for the header
row++;
if ( row >= rows + ((col<itemsInLastRow) ? 0 : -1))
@@ -1275,8 +1275,8 @@ void writeAlphabeticalClassList(OutputList &ol)
if (cd)
{
//printf("head ClassDef=%p %s\n",cd,cd ? cd->name().data() : "<none>");
- int index = getPrefixIndex(cd->localName());
- startLetter=toupper(cd->name().at(index));
+ int index = getPrefixIndex(cd->className());
+ startLetter=toupper(cd->className().at(index));
char s[2]; s[0]=startLetter; s[1]=0;
ol.writeIndexHeading(s);
}
@@ -1291,7 +1291,7 @@ void writeAlphabeticalClassList(OutputList &ol)
}
else
{
- extractNamespaceName(cd->name(),cname,namesp);
+ cname=cd->className();
}
ol.writeObjectLink(cd->getReference(),