IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 3:05:41 PM (19 years ago)
Author:
magnier
Message:

fixing doxygen tags

Location:
trunk/psModules/src/config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config

    • Property svn:ignore
      •  

        old new  
        55*.la
        66*.lo
         7pmErrorCodes.c
         8pmErrorCodes.h
  • trunk/psModules/src/config/pmConfigRecipes.h

    r10436 r11251  
    1 /// @file pmConfig.h
    2 ///
    3 /// @brief Configuration functions
    4 ///
    5 /// @ingroup Config
    6 ///
    7 /// @author ?, MHPCC
    8 /// @author Paul Price, IfA
    9 /// @author Eugene Magnier, IfA
    10 ///
    11 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    12 /// @date $Date: 2006-12-04 21:38:08 $
    13 ///
    14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    15 ///
     1/*  @file pmConfigRecipes.h
     2 *  @brief Configuration Recipe functions
     3 *
     4 *  @author ?, MHPCC
     5 *  @author Paul Price, IfA
     6 *  @author Eugene Magnier, IfA
     7 *
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-01-24 01:05:41 $
     10 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     11 */
    1612
    1713#ifndef PM_CONFIG_RECIPES_H
    1814#define PM_CONFIG_RECIPES_H
     15
     16/// @addtogroup Config Configuration System
     17/// @{
    1918
    2019/// Read recipes
     
    3130psMetadata *pmConfigRecipeOptions (pmConfig *config, char *recipe);
    3231
     32/// @}
    3333#endif
Note: See TracChangeset for help on using the changeset viewer.