minor doxygen updates
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 14 May 2004 23:11:53 +0000 (23:11 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 14 May 2004 23:11:53 +0000 (23:11 +0000)
src/mesa/main/config.h
src/mesa/main/dd.h
src/mesa/main/macros.h
src/mesa/main/pixel.h

index 7db906c949142b03b2862fbbbd43615f467b76f8..c745cbf3be9005a382db2283be4e8390f14e5a9c 100644 (file)
 /** Number of texture units - GL_ARB_multitexture */
 #define MAX_TEXTURE_UNITS 8
 
+/*@}*/
+
+
 /**
  * \name Separate numbers of texture coordinates and texture image units.
  *
index c29c27efe6abdd3dc8001d1bbf512413ffd436e2..e314fd8fa127e57e7aa881a83285d07b7cc57b71 100644 (file)
@@ -703,9 +703,6 @@ struct dd_function_table {
    /*@}*/
 
 
-   /*@}*/
-
-
    /** 
     * \name State-query functions
     *
index 67e4de9239a9d74dccefe78803414b6a875379b9..1999758dfba296f72a4781fab1eacd40ea620864 100644 (file)
@@ -102,6 +102,8 @@ extern GLfloat _mesa_ubyte_to_float_color_tab[256];
 #define CLAMPED_FLOAT_TO_USHORT(us, f)  \
         us = ( (GLushort) IROUND( (f) * 65535.0F) )
 
+/*@}*/
+
 
 /** Stepping a GLfloat pointer by a byte stride */
 #define STRIDE_F(p, i)  (p = (GLfloat *)((GLubyte *)p + i))
index 32696c8b6682d6a09ff15b82234f396d64c84692..13dee25510032ed0da1fbd5e0c9565d0e2813756 100644 (file)
@@ -36,7 +36,7 @@
 
 
 /** \name API functions */
-/*@*/
+/*@{*/
 
 extern void GLAPIENTRY
 _mesa_GetPixelMapfv( GLenum map, GLfloat *values );