IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 4:54:15 PM (20 years ago)
Author:
magnier
Message:

cleaned up Doxygen groups

Location:
trunk/psModules/src/extras
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/extras/pmKapaPlots.c

    r10866 r11253  
    77 *  @author EAM, IfA
    88 *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-01-01 21:03:41 $
     9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-01-24 02:54:15 $
    1111 *
    1212 *  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    148148    # include "pmKapaPlots.h"
    149149
    150     int pmKapaOpen ()
     150    int pmKapaOpen (bool showWindow)
    151151{
    152152    return -1;
  • trunk/psModules/src/extras/pmKapaPlots.h

    r10866 r11253  
    1 /** @file  pmKapaPlots.h
    2 *
    3 *  @brief functions to make plots with the external program 'kapa'
    4 *
    5 *  @ingroup extras
    6 *
    7 *  @author EAM, IfA
    8 *
    9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2007-01-01 21:03:41 $
    11 *
    12 *  Copyright 2006 Institute for Astronomy, University of Hawaii
    13 */
     1/* @file  pmKapaPlots.h
     2 * @brief functions to make plots with the external program 'kapa'
     3 *
     4 * @author EAM, IfA
     5 *
     6 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:15 $
     8 * Copyright 2006 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PM_KAPA_PLOTS_H
    1612#define PM_KAPA_PLOTS_H
     13
     14/// @addtogroup Extras Miscellaneous Funtions
     15/// @{
    1716
    1817// move to psLib or psModules
     
    3130# endif
    3231
     32/// @}
    3333#endif // PM_KAPA_PLOTS_H
  • trunk/psModules/src/extras/psIOBuffer.h

    r10610 r11253  
    1 /** @file  psPipe.h
    2 *
    3 *  @brief 3-stream pipe
    4 *
    5 *  @ingroup misc
    6 *
    7 *  @author EAM, IfA
    8 *
    9 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-12-10 18:27:26 $
    11 *
    12 *  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    13 */
     1/* @file  IOBuffer.h
     2 * @brief input/output character buffer
     3 *
     4 * @author EAM, IfA
     5 *
     6 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:15 $
     8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PS_IO_BUFFER_H
    1612#define PS_IO_BUFFER_H
     13
     14/// @addtogroup Extras Miscellaneous Funtions
     15/// @{
    1716
    1817typedef struct
     
    3231int psIOBufferReadEmpty (psIOBuffer *buffer, int maxRetries, int fd);
    3332
     33/// @}
    3434# endif
  • trunk/psModules/src/extras/psPipe.h

    r10610 r11253  
    1 /** @file  psPipe.h
    2 *
    3 *  @brief 3-stream pipe
    4 *
    5 *  @ingroup misc
    6 *
    7 *  @author EAM, IfA
    8 *
    9 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-12-10 18:27:26 $
    11 *
    12 *  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    13 */
     1/* @file  psPipe.h
     2 * @brief 3-stream pipe
     3 *
     4 * @author EAM, IfA
     5 *
     6 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:15 $
     8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     9 */
    1410
    1511#ifndef PS_PIPE_H
    1612#define PS_PIPE_H
     13
     14/// @addtogroup Extras Miscellaneous Funtions
     15/// @{
    1716
    1817// move these to pslib??
     
    3130int     psPipeClose (psPipe *pipe);
    3231
     32/// @}
    3333# endif
  • trunk/psModules/src/extras/psVectorBracket.h

    r10610 r11253  
     1/* @file  psVectorBracket.h
     2 * @brief vector bracket functions
     3 *
     4 * @author EAM, IfA
     5 *
     6 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 02:54:15 $
     8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     9 */
    110
    211# ifndef PS_VECTOR_BRACKET_H
    312# define PS_VECTOR_BRACKET_H
     13
     14/// @addtogroup Extras Miscellaneous Funtions
     15/// @{
    416
    517int psVectorBracket(const psVector *index, psF32 key, bool above);
     
    719psF32 psVectorInterpolate(const psVector *index, const psVector *value, psF32 key);
    820
     21/// @}
    922# endif /* PS_VECTOR_BRACKET_H */
Note: See TracChangeset for help on using the changeset viewer.