[PATCH v4 0/5] manual: Header & Standards Cleanup

Zack Weinberg zackw@panix.com
Wed May 24 13:29:00 GMT 2017


On Wed, May 24, 2017 at 9:12 AM, Rical Jasan <ricaljasan@pacific.net> wrote:
> Once we get around to completing annotations, there may be others we
> would like to annotate similarly.  For now, I have the conversion script
> leaving the entire tgamma block as @standardsx without a default @standards:
>
>   @deftypefun double tgamma (double @var{x})
>   @deftypefunx float tgammaf (float @var{x})
>   @deftypefunx {long double} tgammal (long double @var{x})
>   @standardsx{tgamma, XPG, math.h}
>   @standardsx{tgamma, ISO, math.h}
>   @standardsx{tgammaf, XPG, math.h}
>   @standardsx{tgammaf, ISO, math.h}
>   @standardsx{tgammal, XPG, math.h}
>   @standardsx{tgammal, ISO, math.h}
>
> I like using @standards in @*x lists because it more closely follows the
> usual Texinfo syntax, but it's still not exactly the same with
> @standardsx being optional, so I don't see a reason to not allow the
> all-@standardsx syntax as well, if it gets us what we need.

That's fine with me.

zw



More information about the Libc-alpha mailing list