summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-08-11 22:26:49 +0000
committerIan Romanick <idr@us.ibm.com>2006-08-11 22:26:49 +0000
commit56f349515c75a93923255ba1eb7cdae67b432a53 (patch)
treefa5bbf09e11f259974af21c555e76653d8e78eb6 /include
parent8ff5e37f58cd4f4f0f3a9f800e95022e50050c32 (diff)
Convert comment header for __GLcontextModesRec to Doxygen style.
Diffstat (limited to 'include')
-rw-r--r--include/GL/internal/glcore.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/include/GL/internal/glcore.h b/include/GL/internal/glcore.h
index ff1beb7183..d5cbd3b2a5 100644
--- a/include/GL/internal/glcore.h
+++ b/include/GL/internal/glcore.h
@@ -64,12 +64,18 @@ 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.
+ *
+ * Instances of this structure are shared by the driver and the loader. To
+ * maintain binary compatability, new fields \b must be added only to the
+ * end of the structure.
+ *
+ * \sa _gl_context_modes_create
+ */
typedef struct __GLcontextModesRec {
struct __GLcontextModesRec * next;