IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2004, 2:48:01 PM (22 years ago)
Author:
harman
Message:

Changed comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/xml/psXML.c

    r2011 r2014  
    99*  @author Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-10-07 20:49:57 $
     11*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-10-08 00:43:12 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    103103
    104104/** Determines if a line is blank (whitespace only) or a commentline. It returns true if so. The input string
    105  *  must * be null terminated. */
     105 *  must be null terminated. */
    106106bool ignoreLine(char *inString)
    107107{
     
    118118
    119119/** Removes leading and trailing whitespace and # characters from a string. The cleaned string is a new null
    120  *  terminated copy of the original input string.
    121  */
     120 *  terminated copy of the original input string. */
    122121char *cleanString(char *inString, int sLen)
    123122{
Note: See TracChangeset for help on using the changeset viewer.