Simon Josefsson wrote:
> +     * doc/gnulib.texi (__func__): Section renamed to func.
> +     * doc/gnulib.texi (__func__): Document __func__ module.

I moved out this documentation to a separate file. This will make it easier
in the future to do reorganizations of the manual.

Bruno


2008-03-06  Bruno Haible  <[EMAIL PROTECTED]>

        * doc/func.texi: New file, extracted from doc/gnulib.texi.
        * doc/gnulib.texi: Include it.

*** doc/gnulib.texi.orig        2008-03-06 13:55:03.000000000 +0100
--- doc/gnulib.texi     2008-03-06 13:49:26.000000000 +0100
***************
*** 5826,5848 ****
  
  @include regexprops-generic.texi
  
! @node func
! @section func
  
- The @code{func} module makes sure that you can use the predefined
- identifier @code{__func__} as defined by C99 in your code.
- 
- A small example is:
- 
- @smallexample
- #include <config.h>
- #include <stdio.h> /* for printf */
- 
- int main (void)
- @{
-     printf ("%s: hello world\n", __func__);
- @}
- @end smallexample
  
  @node GNU Free Documentation License
  @appendix GNU Free Documentation License
--- 5826,5833 ----
  
  @include regexprops-generic.texi
  
! @include func.texi
  
  
  @node GNU Free Documentation License
  @appendix GNU Free Documentation License



Reply via email to