[lasem] documentation: some more work.



commit b1194fc70b8e36f8c2d51c8c2db6f252710c14c0
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Wed Oct 27 23:46:56 2010 +0200

    documentation: some more work.
    
    There's still a lot of warnings.

 docs/reference/lasem/lasem-docs.xml     |    2 ++
 docs/reference/lasem/lasem-overview.xml |    6 ++++++
 src/lsmdomnode.c                        |   21 +++++++++++++++++++--
 3 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/lasem/lasem-docs.xml b/docs/reference/lasem/lasem-docs.xml
index 8e5a934..7f53dfe 100644
--- a/docs/reference/lasem/lasem-docs.xml
+++ b/docs/reference/lasem/lasem-docs.xml
@@ -145,5 +145,7 @@
 		<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/docs/reference/lasem/lasem-overview.xml b/docs/reference/lasem/lasem-overview.xml
index fa52222..b8f3713 100644
--- a/docs/reference/lasem/lasem-overview.xml
+++ b/docs/reference/lasem/lasem-overview.xml
@@ -55,4 +55,10 @@
 
 </chapter>
 
+<chapter id="lasem-fonts">
+	<title>Required fonts</title>
+	For the Mathml rendering, the following ttf fonts should be installed: cmr10, cmmi10, cmex10 and cmsy10.
+	They are provided by the lyx-fonts package in fedora, and the ttf-lyx package in debian/ubuntu.
+</chapter>
+
 </part>
diff --git a/src/lsmdomnode.c b/src/lsmdomnode.c
index fc24c27..8891ab3 100644
--- a/src/lsmdomnode.c
+++ b/src/lsmdomnode.c
@@ -1,6 +1,6 @@
-/* lsmdomnode.c
+/* Lasem - SVG and Mathml library
  *
- * Copyright © 2007-2008  Emmanuel Pacaud
+ * Copyright © 2007-2010  Emmanuel Pacaud
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -36,6 +36,15 @@ static GObjectClass *parent_class = NULL;
 
 /* LsmDomNode implementation */
 
+
+/**
+ * lsm_dom_node_get_node_name:
+ * @self: a #LsmDomNode
+ * Return value: the node name.
+ *
+ * Gets the node name.
+ */
+
 const char*
 lsm_dom_node_get_node_name (LsmDomNode* self)
 {
@@ -49,6 +58,14 @@ lsm_dom_node_get_node_name (LsmDomNode* self)
 	return NULL;
 }
 
+/**
+ * lsm_dom_node_get_node_value:
+ * @self: a #LsmDomNode
+ * Return value: the node value.
+ *
+ * Gets the node value.
+ */
+
 const char*
 lsm_dom_node_get_node_value (LsmDomNode* self)
 {



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