summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-06-13 18:51:33 +0100
committerRobert Bragg <robert@linux.intel.com>2011-06-14 17:09:55 +0100
commit7a0a4de69154a281947b7b4103ea214572960843 (patch)
tree5f4dbceb27ef883415ef2d482fc6eb6dbf0ae3f0
parent6396006bb8429de3e2bbacdf7210bb67989d9bc9 (diff)
downloadcogl-7a0a4de69154a281947b7b4103ea214572960843.tar.gz
Fix some gtk-doc annotations in cogl-depth-state.h
-rw-r--r--cogl/cogl-depth-state.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cogl/cogl-depth-state.h b/cogl/cogl-depth-state.h
index 832172ba..89dcbe66 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
*