IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8336


Ignore:
Timestamp:
Aug 14, 2006, 4:28:13 PM (20 years ago)
Author:
jhoblitt
Message:

minor doxygen cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.h

    r8335 r8336  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-08-15 02:26:50 $
     12 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-08-15 02:28:13 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    362362 * @return psString:   A psString or NULL on failure
    363363 */
    364 char    *psDBGenerateWhereSQL(const psMetadata *where, const char *tableName);
     364char    *psDBGenerateWhereSQL(
     365    const psMetadata *where,           ///< Row match criteria
     366    const char *tableName              ///< Table name
     367);
    365368
    366369/** Generates an SQL "where conditon" statement
     
    372375 * @return psString:   A psString or NULL on failure
    373376 */
    374 char *psDBGenerateWhereConditionSQL(const psMetadata *where, const char *tableName);
     377char *psDBGenerateWhereConditionSQL(
     378    const psMetadata *where,           ///< Row match criteria
     379    const char *tableName              ///< Table name
     380);
    375381
    376382
Note: See TracChangeset for help on using the changeset viewer.