summaryrefslogtreecommitdiffstats
path: root/lasso/xml/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/xml.c')
-rw-r--r--lasso/xml/xml.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index faaa268f..f93bab3d 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -22,6 +22,15 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+/**
+ * SECTION:node
+ * @short_description: Base class for all Lasso objects
+ *
+ * #LassoNode is the base class for Lasso objects; just a step over GObject as
+ * defined in glib.
+ *
+ */
+
#include <ctype.h>
#include <libxml/xpath.h>