From e7df75773959a6a11931ef7b0e75d4a8cc6d066e Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Wed, 30 Jun 2010 03:31:37 +0100 Subject: [PATCH] material: remove a duplicate gtk-doc "Since: 1.4" The cogl_material_get_depth_writing_enabled documentation had two "Since: 1.4" annotations which was confusing the gobject introspection scanner. --- cogl/cogl-material.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cogl/cogl-material.h b/cogl/cogl-material.h index f23353663..9afca96d9 100644 --- a/cogl/cogl-material.h +++ b/cogl/cogl-material.h @@ -1052,7 +1052,6 @@ cogl_material_set_depth_writing_enabled (CoglHandle handle, /** * cogl_material_get_depth_writing_enabled: * @handle: A CoglMaterial handle - * Since: 1.4 * * Gets the depth writing enable state as set by the corresponding * cogl_material_set_depth_writing_enabled.