Hello, I have created a documentation and use some @page calls. The documentation will be created with the 1.8.1.2 version. On the main HTML page, I create a toc with the subpages, so in my source code I have written: @ref mysubpage
and some lines down @page mysubpage This is a subpage Now I have added a new @page section and Doxygen creates wrong links / references. The page is now listed under "related pages" and on this page the link is correct, the links to the other pages in the main toc are not correct and the new @page is not listed eg: // this is the situation before I have added a new page @page mypage1 Page 1 @page mypage2 Page 2 @page mypage3 Page 2 @ref mypage1, @ref mypage2 @ref mypage3 References & toc are correct. So I add a new page @page mypage1 Page 1 @page mypage1a Page 1a @page mypage2 Page 2 @page mypage3 Page 2 so now the toc does not list the Page 1a and the @ref to mypage2 is pointed to mypage1a, mypage3 to mypage2 and so on. Page 1a only list in the "related pages" menu and this references works correct. Can anybody help me to correct the problem, I have checked the code again and again, if I remove the @page mypage1a everything works fine Thx Phil ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users