diff options
Diffstat (limited to 'src/mesa/main/get.h')
-rw-r--r-- | src/mesa/main/get.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/get.h b/src/mesa/main/get.h index eaddb746f9a..5c7a81e1511 100644 --- a/src/mesa/main/get.h +++ b/src/mesa/main/get.h @@ -1,3 +1,7 @@ +/** + * \file get.h + * State query functions. + */ /* * Mesa 3-D graphics library @@ -52,6 +56,4 @@ _mesa_GetString( GLenum name ); extern GLenum _mesa_GetError( void ); - - #endif |