[lasem] documentation: remove most warnings.



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

    documentation: remove most warnings.

 docs/reference/lasem/Makefile.am    |    3 +--
 docs/reference/lasem/lasem-docs.xml |    3 ---
 src/lsmdomdocument.c                |   10 ++++++++--
 src/lsmdomview.c                    |    8 +++++++-
 4 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/docs/reference/lasem/Makefile.am b/docs/reference/lasem/Makefile.am
index 261b0ea..7cfa008 100644
--- a/docs/reference/lasem/Makefile.am
+++ b/docs/reference/lasem/Makefile.am
@@ -62,8 +62,7 @@ EXTRA_HFILES=
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
 IGNORE_HFILES=\
 	lsmenumtypes.h 	\
-	lsmconfig.h	\
-	lsm.h
+	lsmconfig.h
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/docs/reference/lasem/lasem-docs.xml b/docs/reference/lasem/lasem-docs.xml
index 7f53dfe..8abe3e3 100644
--- a/docs/reference/lasem/lasem-docs.xml
+++ b/docs/reference/lasem/lasem-docs.xml
@@ -114,7 +114,6 @@
 			<xi:include href="xml/lsmsvgpolylineelement.xml"/>
 			<xi:include href="xml/lsmsvgdocument.xml"/>
 			<xi:include href="xml/lsmsvgpathelement.xml"/>
-			<xi:include href="xml/lsmsvgenums.xml"/>
 			<xi:include href="xml/lsmsvgcolors.xml"/>
 			<xi:include href="xml/lsmsvglength.xml"/>
 			<xi:include href="xml/lsmsvgstyle.xml"/>
@@ -124,9 +123,7 @@
 		</chapter>
 		<chapter>
 			<title>Miscellaneous</title>
-			<xi:include href="xml/lsm.xml"/>
 			<xi:include href="xml/lsmattributes.xml"/>
-			<xi:include href="xml/lsmenumtypes.xml"/>
 			<xi:include href="xml/lsmdebug.xml"/>
 			<xi:include href="xml/lsmproperties.xml"/>
 			<xi:include href="xml/lsmstr.xml"/>
diff --git a/src/lsmdomdocument.c b/src/lsmdomdocument.c
index 1db7164..b73fccd 100644
--- a/src/lsmdomdocument.c
+++ b/src/lsmdomdocument.c
@@ -1,5 +1,6 @@
-/*
- * Copyright © 2007-2009 Emmanuel Pacaud
+/* Lasem - SVG and Mathml library
+ *
+ * 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
@@ -20,6 +21,11 @@
  * 	Emmanuel Pacaud <emmanuel gnome org>
  */
 
+/**
+ * SECTION:lsmdomdocument
+ * @short_description: Base class for DOM document nodes
+ */
+
 #include <lsmdomdocument.h>
 #include <lsmdomelement.h>
 #include <lsmstr.h>
diff --git a/src/lsmdomview.c b/src/lsmdomview.c
index 5d75a16..8dc3950 100644
--- a/src/lsmdomview.c
+++ b/src/lsmdomview.c
@@ -1,4 +1,5 @@
-/*
+/* Lasem - SVG and Mathml library
+ *
  * Copyright © 2009 Emmanuel Pacaud
  *
  * This library is free software; you can redistribute it and/or
@@ -20,6 +21,11 @@
  * 	Emmanuel Pacaud <emmanuel gnome org>
  */
 
+/**
+ * SECTION:lsmdomview
+ * @short_description: Base class for DOM views
+ */
+
 #include <lsmdebug.h>
 #include <lsmdomdocument.h>
 #include <lsmdomview.h>



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