4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-18 23:12:15 +08:00

newlib: docs: print the function index

The generated function documentation makes sure to include entries for
every function in the function index via @findex, but then the manuals
forget to actually print the index.
This commit is contained in:
Mike Frysinger 2024-01-05 00:00:22 -05:00
parent 5a8c23a73a
commit 613267aa6e
2 changed files with 11 additions and 0 deletions

View File

@ -155,6 +155,7 @@ into another language, under the above conditions for modified versions.
* Overflow Protection::
* Document Index::
* Function Index::
@end menu
@end ifnottex
@ -410,6 +411,10 @@ usage as the ANSI C version from @file{stdarg.h}.
@unnumbered Document Index
@printindex cp
@node Function Index
@unnumbered Function Index
@printindex fn
@tex
% I think something like @@colophon should be in texinfo. In the
% meantime:

View File

@ -98,6 +98,7 @@ into another language, under the above conditions for modified versions.
* Reentrancy:: The functions in libm are not reentrant by default.
* Long Double Functions:: The long double function support of libm.
* Document Index::
* Function Index::
@end menu
@include targetdep.tex
@ -121,10 +122,15 @@ This makes it thread safe, and therefore reentrant.
Currently, the full set of long double math functions is only provided
on platforms where long double equals double.
For such platforms, the long double math functions are implemented as calls to the double versions.
@node Document Index
@unnumbered Document Index
@printindex cp
@node Function Index
@unnumbered Function Index
@printindex fn
@tex
% I think something like @@colophon should be in texinfo. In the
% meantime: