bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: __func__


From: Bruno Haible
Subject: Re: __func__
Date: Thu, 6 Mar 2008 13:56:22 +0100
User-agent: KMail/1.5.4

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  <address@hidden>

        * 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

[Prev in Thread] Current Thread [Next in Thread]