IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 403


Ignore:
Timestamp:
Apr 8, 2004, 12:59:50 PM (22 years ago)
Author:
Paul Price
Message:

"Entries" are actually "items".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMetadata.h

    r402 r403  
    7777/**** Utilities **********************************************************************/
    7878
    79 /// Add entry to the end of the metadata
     79/// Add item to the end of the metadata
    8080psMetadataItem *psMetadataAppendItem(psMetadata *restrict md, ///< metadata to add to
    8181                                     psMetadataItem *restrict item ///< Metatdata item to add
    8282    );
    8383
    84 /// Add entry to the end of the metadata.  Combines psMetadataItemAlloc and psMetadataAppendItem
     84/// Add item to the end of the metadata.  Combines psMetadataItemAlloc and psMetadataAppendItem
    8585psMetadataItem *psMetadataAppend(psMetadata *restrict md, ///< Metadata to add to
    8686                                 int typeFlags ///< type of this piece of metadata + flags
     
    9393    );
    9494
    95 /// delete entry from the metadata
     95/// delete item from the metadata
    9696psMetadataItem *psMetadataRemove(psMetadata *restrict md, ///< metadata to delete from
    9797                                 const char *restrict key ///< Key to delete
     
    102102    );
    103103
    104 /// get the next entry in the sequence
     104/// get the next item in the sequence
    105105psMetadataItem *psMetadataGetNext(psMetadata *restrict md, ///< metadata to get from
    106106                                  const char *restrict match ///< Match this
Note: See TracChangeset for help on using the changeset viewer.