From 61e1206d331df9bdba806e1657600b602c9e5271 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sun, 30 Dec 2012 19:49:56 +0000 Subject: [PATCH] doc: Unhide cogl-matrix-stack.h The documentation welcomes a new 2.0 API. (cherry picked from commit 8d78957c8d29b89c7bf352131d84c9755083eed9) --- cogl/cogl-matrix-stack.h | 2 +- doc/reference/cogl-2.0-experimental/Makefile.am | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cogl/cogl-matrix-stack.h b/cogl/cogl-matrix-stack.h index 8a06cb2e4..1f70bd07c 100644 --- a/cogl/cogl-matrix-stack.h +++ b/cogl/cogl-matrix-stack.h @@ -165,7 +165,7 @@ typedef struct _CoglMatrixEntry CoglMatrixEntry; /** * cogl_matrix_stack_new: - * @context: A #CoglContext + * @ctx: A #CoglContext * * Allocates a new #CoglMatrixStack that can be used to build up * transformations relating to objects in a scenegraph like hierarchy. diff --git a/doc/reference/cogl-2.0-experimental/Makefile.am b/doc/reference/cogl-2.0-experimental/Makefile.am index 07fd29ae6..1b2fc721b 100644 --- a/doc/reference/cogl-2.0-experimental/Makefile.am +++ b/doc/reference/cogl-2.0-experimental/Makefile.am @@ -69,7 +69,6 @@ IGNORE_HFILES=\ cogl-deprecated.h \ cogl-internal.h \ cogl-matrix-mesa.h \ - cogl-matrix-stack.h \ cogl-spans.h \ cogl-profile.h \ cogl-util.h \