You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ro...@apache.org on 2004/05/07 09:50:40 UTC

cvs commit: ws-axis/c/include/axis/server XMLParser.h

roshan      2004/05/07 00:50:40

  Modified:    c/include/axis/server XMLParser.h
  Log:
  Reenter the doxygen format commenting to support auto generated documents. (This commenting format has been removed in the application of coding conventions).
  
  Revision  Changes    Path
  1.10      +1 -1      ws-axis/c/include/axis/server/XMLParser.h
  
  Index: XMLParser.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/XMLParser.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XMLParser.h	30 Apr 2004 05:38:30 -0000	1.9
  +++ XMLParser.h	7 May 2004 07:50:40 -0000	1.10
  @@ -20,7 +20,7 @@
   #if !defined(__XMLPARSER_H_OF_AXIS_INCLUDED__)
   #define __XMLPARSER_H_OF_AXIS_INCLUDED__
   
  -/*
  +/**
    * @class XMLParser
    * @brief Interface that any parser wrapper should implement in order to be use 
    *        in Axis as a SOAP parser.