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

2024-09-22 Thread Andreas Schwab
On Sep 22 2024, Jakub Jelinek wrote: > On Sun, Sep 22, 2024 at 10:52:37PM +0200, Andreas Schwab wrote: >> On Sep 22 2024, Mikael Morin wrote: >> >> > @@ -370,7 +370,7 @@ Set the default accessibility of module entities to >> > @code{PRIVATE}. >> > Use-associated entities will not be accessible

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

2024-09-22 Thread Jakub Jelinek
On Sun, Sep 22, 2024 at 11:47:09PM +0200, Andreas Schwab wrote: > On Sep 22 2024, Jakub Jelinek wrote: > > > On Sun, Sep 22, 2024 at 10:52:37PM +0200, Andreas Schwab wrote: > >> On Sep 22 2024, Mikael Morin wrote: > >> > >> > @@ -370,7 +370,7 @@ Set the default accessibility of module entities to

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

2024-09-22 Thread Arsen Arsenović
Andreas Schwab writes: > On Sep 22 2024, Jakub Jelinek wrote: > >> On Sun, Sep 22, 2024 at 10:52:37PM +0200, Andreas Schwab wrote: >>> On Sep 22 2024, Mikael Morin wrote: >>> >>> > @@ -370,7 +370,7 @@ Set the default accessibility of module entities to >>> > @code{PRIVATE}. >>> > Use-associate

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

2024-09-22 Thread Andreas Schwab
On Sep 22 2024, Arsen Arsenović wrote: > Andreas Schwab writes: > >> On Sep 22 2024, Jakub Jelinek wrote: >> >>> On Sun, Sep 22, 2024 at 10:52:37PM +0200, Andreas Schwab wrote: On Sep 22 2024, Mikael Morin wrote: > @@ -370,7 +370,7 @@ Set the default accessibility of module entiti

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

2024-09-22 Thread Mikael Morin
e 22/09/2024 à 16:27, Jakub Jelinek a écrit : On Sun, Sep 22, 2024 at 04:17:11PM +0200, Mikael Morin wrote: -@opindex @code{std=}@var{std} option +@opindex std=@var{std} option IMHO this one should be just @opindex std=@var{std} The option part is superfluous. Yes, this one looked strange t

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

2024-09-22 Thread Andreas Schwab
On Sep 22 2024, Mikael Morin wrote: > @@ -370,7 +370,7 @@ Set the default accessibility of module entities to > @code{PRIVATE}. > Use-associated entities will not be accessible unless they are explicitly > declared as @code{PUBLIC}. > > -@opindex @code{ffixed-line-length-}@var{n} > +@opindex

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

2024-09-22 Thread Jakub Jelinek
On Sun, Sep 22, 2024 at 10:52:37PM +0200, Andreas Schwab wrote: > On Sep 22 2024, Mikael Morin wrote: > > > @@ -370,7 +370,7 @@ Set the default accessibility of module entities to > > @code{PRIVATE}. > > Use-associated entities will not be accessible unless they are explicitly > > declared as @

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

2024-09-22 Thread Mikael Morin
From: Mikael Morin Hello, this adds many missing URLs in fortran's lang.opt.url. Surprisingly, the change to fortran's invoke.texi also impacts URL files for rust, m2, ada... I assume it's the expected outcome? Thanks to Jakub for the doc pointers and the analysis help. Checked with make html

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

2024-09-22 Thread Jakub Jelinek
On Sun, Sep 22, 2024 at 04:17:11PM +0200, Mikael Morin wrote: > -@opindex @code{std=}@var{std} option > +@opindex std=@var{std} option IMHO this one should be just @opindex std=@var{std} The option part is superfluous. > -@opindex @code{idirafter @var{dir}} > +@opindex idirafter @var{dir} > -@op