summaryrefslogtreecommitdiffstats
path: root/src/reflist.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-09-13 14:39:00 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-09-13 14:39:00 (GMT)
commita445ecc48e8152848e78fa2f167a556f0cac5616 (patch)
tree2d9e085281e638b013142903012af75de546a453 /src/reflist.cpp
parent4fbb61f020a607a96152ba5c00668b9840ea812c (diff)
downloadDoxygen-a445ecc48e8152848e78fa2f167a556f0cac5616.zip
Doxygen-a445ecc48e8152848e78fa2f167a556f0cac5616.tar.gz
Doxygen-a445ecc48e8152848e78fa2f167a556f0cac5616.tar.bz2
Warning with xrefitem from documentation
The example code with the `xrefitem` in the documentation gives a warning: ``` my_errors:1: warning: multiple use of page label 'my_errors', (other occurrence: .../aa.h, line: 4) ``` it is possible (and explicitly stated) to have an `\page` with the same name giving some extra information. The warning regarding the multiple page is removed in case of a xrefitem page.
Diffstat (limited to 'src/reflist.cpp')
-rw-r--r--src/reflist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflist.cpp b/src/reflist.cpp
index 6f2a763..e874653 100644
--- a/src/reflist.cpp
+++ b/src/reflist.cpp
@@ -206,6 +206,6 @@ void RefList::generatePage()
}
doc += "</dl>\n";
//printf("generatePage('%s')\n",doc.data());
- addRelatedPage(m_listName,m_pageTitle,doc,0,m_fileName,1,0,0,0);
+ addRelatedPage(m_listName,m_pageTitle,doc,0,m_fileName,1,0,0,0,TRUE);
}