IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 1:40:46 PM (21 years ago)
Author:
desonia
Message:

added comments on the end of #endif and #else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psMetadata.h

    r4130 r4162  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2005-06-07 19:59:39 $
     13*  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-06-08 23:40:45 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7070 *
    7171 *  Enumeration for the modification of the behaviour in psMetadataAddItem.
    72  * 
     72 *
    7373 *  @see psMetadataAddItem
    7474 */
     
    239239    va_list list                       ///< Arguments for name formatting and metadata item data.
    240240);
    241 #endif
     241#endif // #ifndef SWIG
    242242
    243243/** Create a metadata collection.
     
    294294    va_list list                       ///< Arguments for name formatting and metadata item data.
    295295);
    296 #endif
     296#endif // #ifndef SWIG
    297297
    298298psBool psMetadataAddS32(psMetadata* md, psS32 location, const char* name,
     
    479479/// @}
    480480
    481 #endif
     481#endif // #ifndef PS_METADATA_H
Note: See TracChangeset for help on using the changeset viewer.