From 6dc85575000127630489b407c50a4b3ea87c9acb Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 17 Jul 2003 13:43:59 +0000 Subject: Merge Jose's documentation and core Mesa changes from embedded branch --- src/mesa/main/get.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/get.h') 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 -- cgit v1.2.3