summaryrefslogtreecommitdiff
path: root/ccss/ccss-grammar.c
diff options
context:
space:
mode:
authorRobert Staudinger <robertx.staudinger@intel.com>2009-05-07 10:12:57 +0200
committerRobert Staudinger <robertx.staudinger@intel.com>2009-05-07 10:12:57 +0200
commit3b3c9529f227d3d9fb5935f938979a8db066ee00 (patch)
tree37cf6b8973b171db3542db5c86b9040969ceae95 /ccss/ccss-grammar.c
parent151dfc70e50ad662ae0ca7ebd623bbde702689a2 (diff)
[ccss] Update documentation.
Diffstat (limited to 'ccss/ccss-grammar.c')
-rw-r--r--ccss/ccss-grammar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ccss/ccss-grammar.c b/ccss/ccss-grammar.c
index 3c6e579..2d5a185 100644
--- a/ccss/ccss-grammar.c
+++ b/ccss/ccss-grammar.c
@@ -141,7 +141,7 @@ ccss_grammar_get_reference_count (ccss_grammar_t const *self)
/**
* ccss_grammar_add_properties:
- * @self: a #ccss_grammar_t.
+ * @self: a #ccss_grammar_t.
* @properties: Null-terminated array of #ccss_property_class_t to register.
*
* Register a set of custom CSS properties with the grammar.
@@ -186,6 +186,7 @@ ccss_grammar_lookup_property (ccss_grammar_t const *self,
/**
* ccss_grammar_add_functions:
+ * @self: a #ccss_grammar_t.
* @functions: Null-terminated array of #ccss_function_t to register.
*
* Register a set of custom css function handlers with the grammar.