On 9 June 2013 21:16, David Thompson <[email protected]> wrote:
> Here is a really small patch for guile-figl that fixes errors when
> generating docs from texinfo files.
>
Hello
I have today fixed some errors in the docs. Thanks for the patch.
> ---
> doc/gl.texi | 2 +-
> doc/low-level-gl.texi | 3 +--
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/doc/gl.texi b/doc/gl.texi
> index 0c77e8f..b0d6f01 100644
> --- a/doc/gl.texi
> +++ b/doc/gl.texi
> @@ -399,7 +399,7 @@ enumerator.
> @defun set-gl-depth-function func
> Specify the depth test function. See the @code{depth-function}
> enumerator.
> -p@end defun
> +@end defun
> @defun set-gl-blend-color r g b a
> Specify the blend color.
Fixed.
> diff --git a/doc/low-level-gl.texi b/doc/low-level-gl.texi
> index 1212551..dc4bfdb 100644
> --- a/doc/low-level-gl.texi
> +++ b/doc/low-level-gl.texi
> @@ -19149,8 +19149,7 @@ specifies the flat-shaded color.
> @table @asis
> -@item @strong{
> -Primitive Type of Polygon @r{@var{i}}}
> +@item @strong{Primitive Type of Polygon @r{@var{i}}}
> @strong{Vertex}
> @item
> --
> 1.8.3
>
>
>
This file is generated from the upstream docs. Actually it is
supposed to be a two column table, but has somehow gone wrong in the
translation from xml to texi. I'll take a look at it.
Regards