summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-04-12 11:31:31 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-04-12 11:31:31 (GMT)
commit01583f46ca25cbccae90060791e603f929aaa297 (patch)
treee71e38d8a14ac10b1ebd787f3542c75a333c66c1
parent2013600c4d43a2e603de80ca301a123d753833e7 (diff)
parent478f1c271f5bb3d514fc3c80d8aa1c4515762cc2 (diff)
downloadDoxygen-01583f46ca25cbccae90060791e603f929aaa297.zip
Doxygen-01583f46ca25cbccae90060791e603f929aaa297.tar.gz
Doxygen-01583f46ca25cbccae90060791e603f929aaa297.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
-rw-r--r--src/markdown.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp
index 1939ace..593c45e 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -2201,7 +2201,6 @@ static QCString extractPageTitle(QCString &docs,QCString &id)
{
docs=docs.mid(end1);
}
- id = extractTitleId(title);
//printf("extractPageTitle(title='%s' docs='%s' id='%s')\n",title.data(),docs.data(),id.data());
return title;
}