summaryrefslogtreecommitdiffstats
path: root/src/pagedef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2009-12-30 13:28:15 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2009-12-30 13:28:15 (GMT)
commit05b70e8e2c6e0cda9b74fc99fd782d1977d298c9 (patch)
treee73e0b41d708a8ea6260e541347b464cb2e5aeaa /src/pagedef.cpp
parente32567534d95ff3960fa4dcad7733c18e1b39bc5 (diff)
downloadDoxygen-05b70e8e2c6e0cda9b74fc99fd782d1977d298c9.zip
Doxygen-05b70e8e2c6e0cda9b74fc99fd782d1977d298c9.tar.gz
Doxygen-05b70e8e2c6e0cda9b74fc99fd782d1977d298c9.tar.bz2
Release-1.6.2
Diffstat (limited to 'src/pagedef.cpp')
-rw-r--r--src/pagedef.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pagedef.cpp b/src/pagedef.cpp
index c6b299c..599589b 100644
--- a/src/pagedef.cpp
+++ b/src/pagedef.cpp
@@ -6,6 +6,7 @@
#include "outputlist.h"
#include "doxygen.h"
#include "language.h"
+#include <qregexp.h>
PageDef::PageDef(const char *f,int l,const char *n,
@@ -156,7 +157,7 @@ void PageDef::writeDocumentation(OutputList &ol)
}
}
- Doxygen::indexList.addIndexItem(this,0,0,title());
+ Doxygen::indexList.addIndexItem(this,0,0,filterTitle(title()));
}
void PageDef::writePageDocumentation(OutputList &ol)