summaryrefslogtreecommitdiff
path: root/gsk/ngl/gsknglbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/ngl/gsknglbuffer.c')
-rw-r--r--gsk/ngl/gsknglbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/ngl/gsknglbuffer.c b/gsk/ngl/gsknglbuffer.c
index f65923d003..6855f1cd53 100644
--- a/gsk/ngl/gsknglbuffer.c
+++ b/gsk/ngl/gsknglbuffer.c
@@ -29,7 +29,7 @@
* @target: the target buffer such as %GL_ARRAY_BUFFER or %GL_UNIFORM_BUFFER
* @element_size: the size of elements within the buffer
*
- * Creates a new #GskNglBuffer which can be used to deliver data to shaders
+ * Creates a new `GskNglBuffer` which can be used to deliver data to shaders
* within a GLSL program. You can use this to store vertices such as with
* %GL_ARRAY_BUFFER or uniform data with %GL_UNIFORM_BUFFER.
*/