Created
June 26, 2013 00:33
-
-
Save davexunit/5863760 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here is a really small patch for guile-figl that fixes errors when generating docs from texinfo files. | |
--- | |
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. | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment