[cogl] Fix some gtk-doc annotations in cogl-depth-state.h



commit 7a0a4de69154a281947b7b4103ea214572960843
Author: Robert Bragg <robert linux intel com>
Date:   Mon Jun 13 18:51:33 2011 +0100

    Fix some gtk-doc annotations in cogl-depth-state.h

 cogl/cogl-depth-state.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl-depth-state.h b/cogl/cogl-depth-state.h
index 832172b..89dcbe6 100644
--- a/cogl/cogl-depth-state.h
+++ b/cogl/cogl-depth-state.h
@@ -201,7 +201,6 @@ cogl_depth_state_get_test_function (CoglDepthState *state);
  * clamped to the range [0, 1]
  * @far_val: The far component of the desired depth range which will be
  * clamped to the range [0, 1]
- * @error: location to store an error of type #CoglError
  *
  * Sets the range to map depth values in normalized device coordinates
  * to before writing out to a depth buffer.
@@ -240,7 +239,7 @@ cogl_depth_state_set_range (CoglDepthState *state,
 
 /**
  * cogl_depth_state_get_range:
- * @pipeline: A #CoglPipeline object
+ * @state: A #CoglDepthState object
  * @near_val: A pointer to store the near component of the depth range
  * @far_val: A pointer to store the far component of the depth range
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]