newlib-cygwin/newlib/libm/fenv
Mike Frysinger 72b6105518 newlib: docs: add "Function " to every function node
When creating a split manual with one-node-per-page, the main index.html
ends up getting clobbered by the page for the index() function because
it uses "@node index" which, for html, also creates an index.html page.
To remedy this, add "Function " to every function node so now we output
"Function-index.html" and avoid clobbering.  It also namespaces every
other function and helps make sure we don't clobber anything else.

Otherwise, there isn't really much rendering difference as @node text
is mostly internal.  Node title text comes from @section instead.
2024-01-22 21:58:58 -05:00
..
Makefile.inc newlib: libm: merge build up a directory 2022-02-17 20:56:32 -05:00
fe_dfl_env.c fe_dfl_env.c: Fix typo in comment 2019-09-03 09:53:38 -05:00
feclearexcept.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fegetenv.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fegetexceptflag.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00
fegetround.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
feholdexcept.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fenv.tex newlib: docs: add "Function " to every function node 2024-01-22 21:58:58 -05:00
fenv_stub.c fenv: fix up stub file comment, drop symlinks from description 2021-04-13 12:55:34 +02:00
feraiseexcept.c fenv: Fix typo-ed variable name in documentation 2019-08-13 12:29:30 +01:00
fesetenv.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00
fesetexceptflag.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00
fesetround.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fetestexcept.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
feupdateenv.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00