summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/feedback.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-03-17 09:34:30 -0600
committerBrian Paul <brianp@vmware.com>2009-03-17 09:34:30 -0600
commit1eee1bac1f6d911e6124daafc9b9291666d91cef (patch)
tree450dd156d12c7fb586aec4d9b875642f14233be8 /src/mesa/main/feedback.c
parentc1f8de9954486229c294a2a65d8f66867599de75 (diff)
downloadexternal_mesa3d-1eee1bac1f6d911e6124daafc9b9291666d91cef.zip
external_mesa3d-1eee1bac1f6d911e6124daafc9b9291666d91cef.tar.gz
external_mesa3d-1eee1bac1f6d911e6124daafc9b9291666d91cef.tar.bz2
mesa: update/fix doxygen comments
Diffstat (limited to 'src/mesa/main/feedback.c')
-rw-r--r--src/mesa/main/feedback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/feedback.c b/src/mesa/main/feedback.c
index beab535..818a804 100644
--- a/src/mesa/main/feedback.c
+++ b/src/mesa/main/feedback.c
@@ -197,8 +197,8 @@ _mesa_SelectBuffer( GLsizei size, GLuint *buffer )
/**
* Write a value of a record into the selection buffer.
*
- * \param CTX GL context.
- * \param V value.
+ * \param ctx GL context.
+ * \param value value.
*
* Verifies there is free space in the buffer to write the value and
* increments the pointer.