fixed a few comments regenerated the docs and added the C14N API fixups

* c14n.c: fixed a few comments
* doc/*.html doc/*/*.html: regenerated the docs and added
  the C14N API
* doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
Daniel
diff --git a/c14n.c b/c14n.c
index 1db73fc..2b27020 100644
--- a/c14n.c
+++ b/c14n.c
@@ -1190,7 +1190,7 @@
  *      		or NULL if all document nodes should be included
  * @exclusive:		the exclusive flag (0 - non-exclusive canonicalization;
  *			otherwise - exclusive canonicalization)
- * @inclusive_ns_prefixe the list of inclusive namespace prefixes 
+ * @inclusive_ns_prefixes: the list of inclusive namespace prefixes 
  *			ended with a NULL or NULL if there is no
  *			inclusive namespaces (only for exclusive 
  *			canonicalization, ignored otherwise)
@@ -1287,7 +1287,7 @@
  *      		or NULL if all document nodes should be included
  * @exclusive:		the exclusive flag (0 - non-exclusive canonicalization;
  *			otherwise - exclusive canonicalization)
- * @inclusive_ns_prefixe the list of inclusive namespace prefixes 
+ * @inclusive_ns_prefixes: the list of inclusive namespace prefixes 
  *			ended with a NULL or NULL if there is no
  *			inclusive namespaces (only for exclusive 
  *			canonicalization, ignored otherwise)
@@ -1369,7 +1369,7 @@
  *      		or NULL if all document nodes should be included
  * @exclusive:		the exclusive flag (0 - non-exclusive canonicalization;
  *			otherwise - exclusive canonicalization)
- * @inclusive_ns_prefixe the list of inclusive namespace prefixes 
+ * @inclusive_ns_prefixes: the list of inclusive namespace prefixes 
  *			ended with a NULL or NULL if there is no
  *			inclusive namespaces (only for exclusive 
  *			canonicalization, ignored otherwise)