diff options
author | Brian Paul <[email protected]> | 2004-05-14 23:11:53 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-05-14 23:11:53 +0000 |
commit | de4b3bb7766f242cd7c46841250405f5fd6bb7d3 (patch) | |
tree | 8209d2d9a8a3819addd15d9973457569ef6abe98 /src/mesa/main/pixel.h | |
parent | d72834dd0ba471bbd7fe16aedc800f290ea46651 (diff) |
minor doxygen updates
Diffstat (limited to 'src/mesa/main/pixel.h')
-rw-r--r-- | src/mesa/main/pixel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h index 32696c8b668..13dee255100 100644 --- a/src/mesa/main/pixel.h +++ b/src/mesa/main/pixel.h @@ -36,7 +36,7 @@ /** \name API functions */ -/*@*/ +/*@{*/ extern void GLAPIENTRY _mesa_GetPixelMapfv( GLenum map, GLfloat *values ); |