Update the doxygen configuration file.

Minor updates/fixes to the source documentation.
This commit is contained in:
Jose Fonseca
2004-09-09 22:23:24 +00:00
parent 2dab997cb9
commit 375457bcef
15 changed files with 231 additions and 183 deletions

View File

@@ -383,7 +383,6 @@ _mesa_init_buffer_objects( GLcontext *ctx )
* glGetTexImage, etc) we call this function to check that we're not
* going to read out of bounds.
*
* \param ctx the rendering context
* \param width width of image to read/write
* \param height height of image to read/write
* \param depth depth of image to read/write
@@ -511,7 +510,7 @@ _mesa_BindBufferARB(GLenum target, GLuint buffer)
* Delete a set of buffer objects.
*
* \param n Number of buffer objects to delete.
* \param buffer Array of \c n buffer object IDs.
* \param ids Array of \c n buffer object IDs.
*/
void GLAPIENTRY
_mesa_DeleteBuffersARB(GLsizei n, const GLuint *ids)