IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (19 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

File:
1 edited

Legend:

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

    r10669 r11248  
    1 /** @file  psDB.h
    2  *
    3  *  @brief database types and functions
    4  *
    5  *  This file defines the abstract database type and functions that
    6  *  perform basic database operations.
    7  *
    8  *  @ingroup DataBase
    9  *
    10  *  @author Joshua Hoblitt
    11  *
    12  *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-12-13 01:42:51 $
    14  *
    15  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     1/* @file  psDB.h
     2 * @brief database types and functions
     3 *
     4 * This file defines the abstract database type and functions that
     5 * perform basic database operations.
     6 *
     7 * @author Joshua Hoblitt
     8 *
     9 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-01-23 22:47:22 $
     11 *
     12 * Copyright 2005 Joshua Hoblitt, University of Hawaii
    1613 */
    1714
    1815#ifndef PS_DB_H
    1916#define PS_DB_H 1
    20 
    2117#ifdef HAVE_PSDB
     18
     19/// @addtogroup FileIO Input/Output
     20/// @{
    2221
    2322#include "psType.h"
    2423#include "psMetadata.h"
    25 
    26 /// @addtogroup DataBase
    27 /// @{
    2824
    2925/** Database handle
     
    458454
    459455/// @}
    460 
    461456#else
    462457typedef void psDB;
    463458#endif // HAVE_PSDB
    464 
    465459#endif // PS_DB_H
Note: See TracChangeset for help on using the changeset viewer.