[lasem] documentation: enable annotation support.



commit 3505ed7c089093f3f14fae725dd69dd9c9ca1ee9
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Mon May 9 11:32:20 2011 +0200

    documentation: enable annotation support.
    
    avoid "In gtk-doc.xsl: For acronym (transfer full) no value found!" messages.

 docs/reference/lasem/lasem-docs.xml |    2 --
 src/lsmdomnode.c                    |    8 ++++----
 2 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/docs/reference/lasem/lasem-docs.xml b/docs/reference/lasem/lasem-docs.xml
index 1cac59e..9a82590 100644
--- a/docs/reference/lasem/lasem-docs.xml
+++ b/docs/reference/lasem/lasem-docs.xml
@@ -59,7 +59,5 @@
 		<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
 	</index>
 
-	<!--
 	<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
-	-->
 </book>
diff --git a/src/lsmdomnode.c b/src/lsmdomnode.c
index ba087e1..07673ec 100644
--- a/src/lsmdomnode.c
+++ b/src/lsmdomnode.c
@@ -310,7 +310,7 @@ lsm_dom_node_get_owner_document (LsmDomNode* self)
  * @ref_child is null, insert @new_child at the end of the list of children.
  * If the @new_child is already in the tree, it is first removed.
  *
- * returns: (transfer none): the inserted node.
+ * Returns: (transfer none): the inserted node.
  */
 
 /* TODO:
@@ -391,7 +391,7 @@ lsm_dom_node_insert_before (LsmDomNode* self, LsmDomNode* new_child, LsmDomNode*
  * and returns the @old_child node.
  * If the @new_child is already in the tree, it is first removed.
  *
- * returns: (transfer full): the replaced node.
+ * Returns: (transfer full): the replaced node.
  */
 
 /* TODO:
@@ -466,7 +466,7 @@ lsm_dom_node_replace_child (LsmDomNode* self, LsmDomNode* new_child, LsmDomNode*
  *
  * Removes the child node indicated by @old_child from the list of children, and returns it.
  *
- * returns: (transfer full): the removed node.
+ * Returns: (transfer full): the removed node.
  */
 
 LsmDomNode*
@@ -521,7 +521,7 @@ lsm_dom_node_remove_child (LsmDomNode* self, LsmDomNode* old_child)
  * Adds the node @new_child to the end of the list of children of this node.
  * If the @new_child is already in the tree, it is first removed.
  *
- * returns: (transfer none): the added node.
+ * Returns: (transfer none): the added node.
  */
 
 LsmDomNode *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]