https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116801

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mikael Morin <mik...@gcc.gnu.org>:

https://gcc.gnu.org/g:0b953ce8e2e975c419e3c92917ab02b6b9b05737

commit r15-3877-g0b953ce8e2e975c419e3c92917ab02b6b9b05737
Author: Mikael Morin <mik...@gcc.gnu.org>
Date:   Wed Sep 25 21:23:00 2024 +0200

    doc: Remove @code wrapping of fortran option names [PR116801]

    The documentation of gfortran options uses @code wrappings for arguments
    to @opindex.  This is superfluous, as 'op' index is a texinfo 'code' index,
    that is it already implicitly formats its arguments as if in a @code block.
    The superfluous wrapping has the effect of creating a nested
    <code class="..."> tag inside the regular automatic <code> tag, in the
    option index HTML page, preventing the recognition of the corresponding
    option by the option URL generation script.

    This change removes those superfluous @code wrappings.  Additionally,
    variables appearing as separate argument in index are removed, permitting
    a few more URL recognition.  Finally, the URL files are regenerated with
the
    new URLs recognized on the updated HTML files.

    By the way, a spurious 'option' is removed from the label of the std=
option
    in the index, without any effect on URL recognition.

            PR other/116801

    gcc/fortran/ChangeLog:

            * invoke.texi: Remove @code wrapping in arguments to @opindex.
            (std=): Remove spurious 'option' in index.
            (idirafter, imultilib, iprefix, isysroot, iquote, isystem,
            fintrinsic-modules-path): Remove variable from index.
            * lang.opt.urls: Regenerate.

    gcc/ada/ChangeLog:

            * gcc-interface/lang.opt.urls: Regenerate.

    gcc/c-family/ChangeLog:

            * c.opt.urls: Regenerate.

    gcc/ChangeLog:

            * common.opt.urls: Regenerate.

    gcc/d/ChangeLog:

            * lang.opt.urls: Regenerate.

    gcc/go/ChangeLog:

            * lang.opt.urls: Regenerate.

    gcc/m2/ChangeLog:

            * lang.opt.urls: Regenerate.

    gcc/rust/ChangeLog:

            * lang.opt.urls: Regenerate.

Reply via email to