summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/get.h')
-rw-r--r--src/mesa/main/get.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/get.h b/src/mesa/main/get.h
index eaddb746f9..5c7a81e151 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