diff options
author | Daniel Franke <franke.daniel@gmail.com> | 2007-04-27 12:52:10 -0400 |
---|---|---|
committer | Daniel Franke <dfranke@gcc.gnu.org> | 2007-04-27 12:52:10 -0400 |
commit | 328647780254d7781b48f21b8344dcee3c8afb2c (patch) | |
tree | 6f8185b8fc7b344e879ba5b01f93de015259be72 /gcc/fortran/gfortran.texi | |
parent | a56c06d8c916bf2b3199db40f31a07f48824b076 (diff) | |
download | gcc-328647780254d7781b48f21b8344dcee3c8afb2c.tar.gz |
gfortran.texi: Added node and menu entry for an option index.
2007-04-27 Daniel Franke <franke.daniel@gmail.com>
* gfortran.texi: Added node and menu entry for an option index.
* invoke.texi: Moved command line option related entries of the concept
index to the option index.
From-SVN: r124224
Diffstat (limited to 'gcc/fortran/gfortran.texi')
-rw-r--r-- | gcc/fortran/gfortran.texi | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 5f315852e33..41e5f163cf4 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -191,7 +191,8 @@ Part II: Language Reference * GNU Free Documentation License:: How you can copy and share this manual. * Funding:: How to help assure continued work for free software. -* Index:: Index of this documentation. +* Option Index:: Index of command line options +* Keyword Index:: Index of concepts @end menu @end ifnottex @@ -710,7 +711,7 @@ than @code{(/.../)}. @item @cindex @code{ENUM} statement @cindex @code{ENUMERATOR} statement -@cindex @code{-fshort-enums} option +@opindex @code{fshort-enums} Support for the declaration of enumeration constants via the @code{ENUM} and @code{ENUMERATOR} statements. Interoperability with @command{gcc} is guaranteed also for the case where the @@ -1577,12 +1578,20 @@ Environment variable forcing standard output to be line buffered (unix). @include funding.texi @c --------------------------------------------------------------------- -@c Index +@c Indices @c --------------------------------------------------------------------- -@node Index -@unnumbered Index - +@node Option Index +@unnumbered Index of command line options +@command{gfortran}'s command line options are indexed here without any +initial `-' or `--'. Where an option has both positive and negative forms +(such as -foption and -fno-option), relevant entries in the manual are +indexed under the most appropriate form; it may sometimes be useful to +look up both forms. +@printindex op + +@node Keyword Index +@unnumbered Index of concepts @printindex cp @bye |