summaryrefslogtreecommitdiff
path: root/include/GL
diff options
context:
space:
mode:
authorJose Fonseca <j_r_fonseca@yahoo.co.uk>2003-01-19 14:23:45 +0000
committerJose Fonseca <j_r_fonseca@yahoo.co.uk>2003-01-19 14:23:45 +0000
commit1b2c02ae9870aff8bd1dacdbb611056fad238f20 (patch)
tree0dfb8691cdc1784b16fc96336648809337b5bf15 /include/GL
parentfb5f90d71b1b8798d139632ce2dc9f21934427a3 (diff)
Some documentation fixes that were left out of previous commits
Diffstat (limited to 'include/GL')
-rw-r--r--include/GL/internal/glcore.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/GL/internal/glcore.h b/include/GL/internal/glcore.h
index f3b180c165..cc1c336ffb 100644
--- a/include/GL/internal/glcore.h
+++ b/include/GL/internal/glcore.h
@@ -58,12 +58,12 @@ typedef struct __GLinterfaceRec __GLinterface;
** and used by the "operating system".
*/
-/*
-** Mode and limit information for a context. This information is
-** kept around in the context so that values can be used during
-** command execution, and for returning information about the
-** context to the application.
-*/
+/**
+ * Mode and limit information for a context. This information is
+ * kept around in the context so that values can be used during
+ * command execution, and for returning information about the
+ * context to the application.
+ */
typedef struct __GLcontextModesRec {
GLboolean rgbMode;
GLboolean colorIndexMode;