[Cogl] [PATCH 16/53] doc: Update the section name and description of CoglIndices

Damien Lespiau damien.lespiau at gmail.com
Tue Jan 1 06:30:52 PST 2013


From: Damien Lespiau <damien.lespiau at intel.com>

cogl-index-range was the old API, update the section name to match what
is declared in the documentation. Also update the short description to
better match the new API.
---
 cogl/cogl-indices.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/cogl/cogl-indices.h b/cogl/cogl-indices.h
index d56348b..6366b5f 100644
--- a/cogl/cogl-indices.h
+++ b/cogl/cogl-indices.h
@@ -41,9 +41,8 @@ typedef struct _CoglIndices CoglIndices;
 COGL_BEGIN_DECLS
 
 /**
- * SECTION:cogl-index-range
- * @short_description: Fuctions for declaring a range of vertex indices
- *   stored in a #CoglIndexBuffer.
+ * SECTION:cogl-indices
+ * @short_description: Describe vertex indices stored in a #CoglIndexBuffer.
  *
  * Indices allow you to avoid duplicating vertices in your vertex data
  * by virtualizing your data and instead providing a sequence of index
-- 
1.7.7.5



More information about the Cogl mailing list