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/sys/psSlurp.h

    r11154 r11248  
     1/* @file  psSlurp.h
     2 * @brief read complete files into strings
     3 *
     4 * @author JH
     5 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-01-23 22:47:23 $
     7 */
     8
    19#ifndef PS_SLURP_H
    210#define PS_SLURP_H
     11
     12/// @addtogroup FileIO Input/Output
     13/// @{
    314
    415// Read ("slurp") a file (specified by file descriptor)
     
    1223                    );
    1324
    14 
     25/// @}
    1526#endif
Note: See TracChangeset for help on using the changeset viewer.