[sword-cvs] sword/include utilxml.h,1.2,1.3

sword@www.crosswire.org sword@www.crosswire.org
Sat, 31 May 2003 10:34:46 -0700


Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv27674

Modified Files:
	utilxml.h 
Log Message:
mg: added doc header to xmltag class so it gets added to the apidoc.
Developers please add more documentation if possible.


Index: utilxml.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/utilxml.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** utilxml.h	28 May 2003 01:53:00 -0000	1.2
--- utilxml.h	31 May 2003 17:34:43 -0000	1.3
***************
*** 33,36 ****
--- 33,38 ----
  typedef std::list<SWBuf> ListString;
  
+ /** Simple XML helper class.
+ */
  class SWDLLEXPORT XMLTag {
  private: