From 7a0a4de69154a281947b7b4103ea214572960843 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Mon, 13 Jun 2011 18:51:33 +0100 Subject: [PATCH] Fix some gtk-doc annotations in cogl-depth-state.h --- cogl/cogl-depth-state.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cogl/cogl-depth-state.h b/cogl/cogl-depth-state.h index 832172baa..89dcbe666 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 *