summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-10-29 18:37:27 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-10-29 21:54:21 (GMT)
commit4b745debaec0dbff60f7fe82ac32c59e3b21dfea (patch)
tree3c3d8693c0638bdc5a1fdf28f8d0c41bf3978bfb /src/doxygen.cpp
parentd38df57916d5902abc9dbaf5891c14898ce675da (diff)
downloadDoxygen-4b745debaec0dbff60f7fe82ac32c59e3b21dfea.zip
Doxygen-4b745debaec0dbff60f7fe82ac32c59e3b21dfea.tar.gz
Doxygen-4b745debaec0dbff60f7fe82ac32c59e3b21dfea.tar.bz2
Replaced QList<SectionInfo> by std::vector<SectionInfo>
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index a75a820..6b976ca 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -583,7 +583,7 @@ static void addRelatedPage(Entry *root)
doc=root->brief+"\n\n"+root->doc+root->inbodyDocs;
}
- PageDef *pd = addRelatedPage(root->name,root->args,doc,root->anchors,
+ PageDef *pd = addRelatedPage(root->name,root->args,doc,
root->docFile,root->docLine,
root->sli,
gd,root->tagInfo(),