diff --git a/Makefile.in b/Makefile.in
index f5eb95f..f7118e9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -77,7 +77,9 @@ INSTALL_SCRIPT = $(INSTALL) -m 755
# Targets...
#
-DOCFILES = doc/mxml.html doc/mxmldoc.xsd \
+DOCFILES = doc/0.gif doc/1.gif doc/2.gif doc/3.gif doc/4.gif \
+ doc/A.gif doc/B.gif doc/C.gif doc/D.gif \
+ doc/mxml.html doc/mxmldoc.xsd \
README COPYING CHANGES
PUBLIBOBJS = mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o \
mxml-node.o mxml-search.o mxml-set.o
diff --git a/doc/reference.html b/doc/reference.html
index d90019d..152e88e 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -1390,7 +1390,7 @@ mxmlWalkPrev(
Description
-Data types...
+
An XML element attribute value.
Definition
struct mxml_attr_s
@@ -1562,7 +1562,7 @@ struct mxml_text_s
Description
-
Data types...
+
An XML element attribute value.
Definition
typedef struct mxml_attr_s mxml_attr_t;
diff --git a/mxml.xml b/mxml.xml
index ac2560a..a5a78ed 100644
--- a/mxml.xml
+++ b/mxml.xml
@@ -1067,7 +1067,7 @@ the walk to the node's children.
- Data types...
+ An XML element attribute value.
char *
Attribute name
@@ -1079,7 +1079,7 @@ the walk to the node's children.
struct mxml_attr_s
- Data types...
+ An XML element attribute value.
void(*)(void *)
@@ -1130,7 +1130,6 @@ the walk to the node's children.
void(*)(const char *)
Error callback function
- An XML element attribute value.
An XML node index.
@@ -1213,8 +1212,6 @@ the walk to the node's children.
void(*)(mxml_node_t *, mxml_sax_event_t, void *)
SAX callback function
- C++ support...
- End of "$Id$".
SAX event type.
diff --git a/mxmldoc.c b/mxmldoc.c
index 0c28888..5e8ebc7 100644
--- a/mxmldoc.c
+++ b/mxmldoc.c
@@ -1425,7 +1425,7 @@ scan_file(const char *filename, /* I - Filename */
mxmlNewText(description, 0, buffer));
}
-// typedefnode = NULL;
+ typedefnode = NULL;
}
else if (strcmp(tree->value.element.name, "mxmldoc") &&
!mxmlFindElement(tree, tree, "description",
@@ -1545,7 +1545,7 @@ scan_file(const char *filename, /* I - Filename */
mxmlNewText(description, 0, buffer));
}
-// typedefnode = NULL;
+ typedefnode = NULL;
}
else if (strcmp(tree->value.element.name, "mxmldoc") &&
!mxmlFindElement(tree, tree, "description",