IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11251


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

fixing doxygen tags

Location:
trunk/psModules/src
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsPhotcode.h

    r11144 r11251  
    1 /// @file  pmConceptsPhotcode.h
    2 ///
    3 /// @brief Generate a photcode from the concepts
    4 ///
    5 /// @ingroup Concepts
    6 ///
    7 /// @author Eugene Magnier, IfA
    8 ///
    9 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2007-01-19 01:19:34 $
    11 ///
    12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    13 ///
     1/*  @file  pmConceptsPhotcode.h
     2 *  @brief Generate a photcode from the concepts
     3 *
     4 *  @author Eugene Magnier, IfA
     5 *
     6 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-01-24 01:05:41 $
     8 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_CONCEPTS_PHOTCODE_H
    1612#define PM_CONCEPTS_PHOTCODE_H
     13
     14/// @addtogroup Concepts Data Abstraction Concepts
     15/// @{
    1716
    1817#include <pslib.h>
     
    2827psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, pmFPAview *view);
    2928
     29/// @}
    3030# endif
  • trunk/psModules/src/config

    • Property svn:ignore
      •  

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

    r5309 r11251  
    55*.la
    66*.lo
     7pmErrorCodes.c
     8pmErrorCodes.h
  • trunk/psModules/src/config/pmConfig.h

    r11245 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.25 $ $Name: not supported by cvs2svn $
    12 /// @date $Date: 2007-01-23 03:19:43 $
    13 ///
    14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    15 ///
     1/*  @file pmConfig.h
     2 *  @brief Configuration functions
     3 *
     4 *  @author Paul Price, IfA
     5 *  @author Eugene Magnier, IfA
     6 *
     7 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-01-24 01:05:41 $
     9 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     10 */
    1611
    1712#ifndef PM_CONFIG_H
    1813#define PM_CONFIG_H
     14
     15/// @addtogroup Config Configuration System
     16/// @{
    1917
    2018/// Sources for recipes.
     
    163161                          );
    164162
    165 
     163/// @}
    166164#endif
  • trunk/psModules/src/config/pmConfigCamera.h

    r10965 r11251  
     1/*  @file pmConfigCamera.h
     2 *  @brief Camera Configuration functions
     3 *
     4 *  @author Paul Price, IfA
     5 *  @author Eugene Magnier, IfA
     6 *
     7 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-01-24 01:05:41 $
     9 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     10 */
     11
    112#ifndef PM_CONFIG_CAMERA_H
    213#define PM_CONFIG_CAMERA_H
     14
     15/// @addtogroup Config Configuration System
     16/// @{
    317
    418#include <pslib.h>
     
    1327                                       );
    1428
    15 
     29/// @}
    1630#endif
  • 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
  • trunk/psModules/src/config/pmVersion.h

    r10289 r11251  
     1/*  @file pmVersion.h
     2 *  @brief Version functions
     3 *
     4 *  @author Paul Price, IfA
     5 *  @author Eugene Magnier, IfA
     6 *
     7 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-01-24 01:05:41 $
     9 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     10 */
     11
    112#ifndef PM_VERSION_H
    213#define PM_VERSION_H
     14
     15/// @addtogroup Config Configuration System
     16/// @{
    317
    418#include <pslib.h>
     
    2337
    2438
     39/// @}
    2540#endif
  • trunk/psModules/src/sky/pmWarpMap.h

    r11039 r11251  
     1/*  @file pmWarpMap.h
     2 *  @brief Warp Map Manipulation functions
     3 *
     4 *  @author Paul Price, IfA
     5 *  @author Eugene Magnier, IfA
     6 *
     7 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-01-24 01:05:41 $
     9 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     10 */
     11
    112#ifndef PM_WARP_MAP_H
    213#define PM_WARP_MAP_H
     14
     15/// @addtogroup Sky
     16/// @{
    317
    418// a single pmWarpMap converts coordinates from one image to a second image
     
    7185                            int ix, int iy
    7286                           );
    73 
    74 
     87/// @}
    7588#endif
Note: See TracChangeset for help on using the changeset viewer.