GNOME Bugzilla – Bug 710611
Missing Page References in the Index Chapters of the LaTex/PDF output
Last modified: 2016-09-05 13:46:24 UTC
Created attachment 257819 [details] Screenshot of the PDF output I just moved from version 1.8.0 to 1.8.5 and noticed that the Index chapters miss the page references in the Index chapters of the LaTex/PDF output. Wereas the index chapters (e.g. Module Index, Data Structure Index, File Index) in version 1.8.0 are generated well, the index chapters of the new version 1.8.5 are missing the page numbers.
In the mean time I updated to version 1.8.10 and now most index chapters are generated well, except the "File Index" chapter which is still missing the page numbers.
The pdf output is generated by means of a make (make.bat on Windows or make *nix). Did it completely "converge" i.e. stop before the maximum number of iterations (count / latex_count) was reached or not. This count (8) should normally be sufficient, just try to increase the count in the make.bat and rerun the make.bat. The information about the "convergence" can be found the refman.log file
Increasing the count did not help. I increased it by twos up to 24 but it did not help. I will attach an example project. As I mentioned I'm using Doxygen 1.8.10, further I use Miktex 2.9, I have also other tools installed like ghostscript, ActivePerl, TCL etc. etc.
Created attachment 310471 [details] Example project where the file index page is not generated properly.
I found out, that I can workaround this bug by setting "CREATE_SUBDIRS" to "NO".
I've just pushed a proposed patch to github (pull request 504)
Code has been integrated in the master branch on github.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.12. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).