This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/48234] documentation bad sequence in toc
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 22 Mar 2011 13:11:22 +0000
- Subject: [Bug other/48234] documentation bad sequence in toc
- Auto-submitted: auto-generated
- References: <bug-48234-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48234
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |documentation
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.03.22 13:11:12
Ever Confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-22 13:11:12 UTC ---
same issue as PR 48179 - the @menu around line 9954 of invoke.texi lists the
sections in a different order to the actual @section
* H8/300 Options::
* HPPA Options::
* i386 and x86-64 Options::
* i386 and x86-64 Windows Options::
* IA-64 Options::
* IA-64/VMS Options::
the navigation links in the HTML docs use that @menu but the sections are
numbered consecutively as each @section is seen
a comment above the @menu says
@c This list is ordered alphanumerically by subsection name.
@c It should be the same order and spelling as these options are listed
@c in Machine Dependent Options
which implies the menu is correct and the sections should be re-ordered