minor doxygen updates

This commit is contained in:
Brian Paul 2004-05-14 23:11:53 +00:00
parent d72834dd0b
commit de4b3bb776
4 changed files with 6 additions and 4 deletions

View File

@ -116,6 +116,9 @@
/** Number of texture units - GL_ARB_multitexture */
#define MAX_TEXTURE_UNITS 8
/*@}*/
/**
* \name Separate numbers of texture coordinates and texture image units.
*

View File

@ -703,9 +703,6 @@ struct dd_function_table {
/*@}*/
/*@}*/
/**
* \name State-query functions
*

View 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))

View File

@ -36,7 +36,7 @@
/** \name API functions */
/*@*/
/*@{*/
extern void GLAPIENTRY
_mesa_GetPixelMapfv( GLenum map, GLfloat *values );