From 0142d027d70e94075306fde887575def3d93aad3 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sun, 30 Dec 2012 16:41:43 +0000 Subject: [PATCH] doc: Update the section name and description of CoglIndices 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. (cherry picked from commit d73df38ff2a8ebe477e139e5ac20838c8f4364bb) --- cogl/cogl-indices.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cogl/cogl-indices.h b/cogl/cogl-indices.h index d56348b97..6366b5f9b 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