Convert comment header for __GLcontextModesRec to Doxygen style.
authorIan Romanick <idr@us.ibm.com>
Fri, 11 Aug 2006 22:26:49 +0000 (22:26 +0000)
committerIan Romanick <idr@us.ibm.com>
Fri, 11 Aug 2006 22:26:49 +0000 (22:26 +0000)
include/GL/internal/glcore.h

index ff1beb718315baaa4adc03fd6978f10c6e6525f7..d5cbd3b2a5c5c4e85c24ebf860d5c1ed020d05dd 100644 (file)
@@ -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;