After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679963 - Index
Index
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.1.2
Other Mac OS
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
: 680438 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-07-15 16:21 UTC by Rei Vilo
Modified: 2012-08-11 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Resulting PDF screen shoot with index improvements (25.09 KB, image/png)
2012-07-15 16:21 UTC, Rei Vilo
Details

Description Rei Vilo 2012-07-15 16:21:25 UTC
Created attachment 218860 [details]
Resulting PDF screen shoot with index improvements 

Two improvements for the index:

1. Correct name for Class Hierarchy in index

\chapter{Class Index}
\input{hierarchy}

should be 

\chapter{Class Hierarchy}
\input{hierarchy}

2. General index with an entry in the index

At the end of the TEX document, 

\printindex
\end{document}

doesn't generate a chapter "Chapter 9 — General Index" with an entry in the Index.

I've tried 

\chapter{General Index}
\label{General Index}
\printindex
\end{document}

with the resulting example attached. 

But "Chapter 9 — General Index" is printed in one page and "Index" with the index is on another page.

Thank you!
Comment 1 Dimitri van Heesch 2012-07-30 14:07:31 UTC
*** Bug 680438 has been marked as a duplicate of this bug. ***
Comment 2 Dimitri van Heesch 2012-07-30 14:08:52 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 3 Dimitri van Heesch 2012-08-11 13:18:22 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.2. 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.