Move the documentation of module 'func' to its own file.
authorBruno Haible <bruno@clisp.org>
Thu, 6 Mar 2008 12:55:53 +0000 (13:55 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 6 Mar 2008 12:55:53 +0000 (13:55 +0100)
ChangeLog
doc/func.texi [new file with mode: 0644]
doc/gnulib.texi

index e45a65d..1d70c51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-06  Bruno Haible  <bruno@clisp.org>
+
+       * doc/func.texi: New file, extracted from doc/gnulib.texi.
+       * doc/gnulib.texi: Include it.
+
 2008-03-06  Simon Josefsson  <simon@josefsson.org>
 
        * modules/func (License): Change license to unlimited; there was
diff --git a/doc/func.texi b/doc/func.texi
new file mode 100644 (file)
index 0000000..7a843c3
--- /dev/null
@@ -0,0 +1,17 @@
+@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
index ddccc5c..577c1bd 100644 (file)
@@ -5826,23 +5826,8 @@ generated automatically.
 
 @include regexprops-generic.texi
 
-@node func
-@section func
+@include func.texi
 
-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