diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2010-10-31 08:34:05 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2010-10-31 08:34:05 +0000 |
commit | 6887d0a1c6b6a6478840bbb8f2ff0a041a5b983e (patch) | |
tree | 4dd7403052ce96dc874f27c80d07c2c1d76cfb7f | |
parent | a136ada69b67af46df7617718adc66afa6d43ab6 (diff) | |
download | guile-6887d0a1c6b6a6478840bbb8f2ff0a041a5b983e.tar.gz |
Manual sections don't need a page break before
* doc/ref/api-coverage.texi (Code Coverage): Remove @page.
* doc/ref/api-foreign.texi (Foreign Function Interface): Ditto.
* doc/ref/api-lalr.texi: (LALR(1) Parsing): Ditto.
* doc/ref/api-macros.texi (Macros): Ditto.
-rw-r--r-- | doc/ref/api-coverage.texi | 1 | ||||
-rw-r--r-- | doc/ref/api-foreign.texi | 1 | ||||
-rw-r--r-- | doc/ref/api-lalr.texi | 1 | ||||
-rw-r--r-- | doc/ref/api-macros.texi | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/doc/ref/api-coverage.texi b/doc/ref/api-coverage.texi index 123e1d354..680997711 100644 --- a/doc/ref/api-coverage.texi +++ b/doc/ref/api-coverage.texi @@ -4,7 +4,6 @@ @c See the file guile.texi for copying conditions. -@page @node Code Coverage @section Code Coverage Reports diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi index b867e9644..69a10933f 100644 --- a/doc/ref/api-foreign.texi +++ b/doc/ref/api-foreign.texi @@ -4,7 +4,6 @@ @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. -@page @node Foreign Function Interface @section Foreign Function Interface @cindex foreign function interface diff --git a/doc/ref/api-lalr.texi b/doc/ref/api-lalr.texi index 95b0a8518..ecd774fb3 100644 --- a/doc/ref/api-lalr.texi +++ b/doc/ref/api-lalr.texi @@ -4,7 +4,6 @@ @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. -@page @node LALR(1) Parsing @section LALR(1) Parsing diff --git a/doc/ref/api-macros.texi b/doc/ref/api-macros.texi index 325d0b28a..1fbfa24e2 100644 --- a/doc/ref/api-macros.texi +++ b/doc/ref/api-macros.texi @@ -4,7 +4,6 @@ @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. -@page @node Macros @section Macros |