[Expat-checkins] expat/tests chardata.h,1.2,1.3

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed May 22 13:21:07 2002


Update of /cvsroot/expat/expat/tests
In directory usw-pr-cvs1:/tmp/cvs-serv1687

Modified Files:
	chardata.h 
Log Message:
Add a small comment to tell what this is.

Index: chardata.h
===================================================================
RCS file: /cvsroot/expat/expat/tests/chardata.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chardata.h	21 May 2002 21:39:18 -0000	1.2
+++ chardata.h	22 May 2002 20:20:05 -0000	1.3
@@ -1,7 +1,8 @@
-/*  chardata.h
- *
- *
- */
+/* chardata.h
+
+   Interface to some helper routines used to accumulate and check text
+   and attribute content.
+*/
 
 #ifndef XML_CHARDATA_H
 #define XML_CHARDATA_H 1