IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 4:03:34 PM (17 years ago)
Author:
giebink
Message:

Added Doxygen tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroVisual.c

    r20805 r21409  
    1 /***********************************/
    2 /***Diagnostic plots for psastro****/
    3 /***********************************/
     1/** @file psastroVisual.c
     2 *
     3 *  @brief Diagnostic plots for psastro
     4 *
     5 *  @ingroup libpsastro
     6 *
     7 *  @author IfA
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-07 02:03:34 $
     10 *  Copyright 2009 Institute for Astronomy, University of Hawaii
     11 */
     12
    413#ifdef HAVE_CONFIG_H
    514#include <config.h>
     
    4756/*****************************/
    4857
    49 /**  start or stop plotting */
     58/** 
     59 * start or stop plotting
     60 */
    5061bool psastroSetVisual (bool mode) {
    5162    isVisual = mode;
     
    5465
    5566
    56 /** open, name, and resize a window if necessary*/
     67/**
     68 * open, name, and resize a window if necessary
     69 */
    5770bool psastroVisualInitWindow( int *kapid, char *name ) {
    5871    if (*kapid == -1) {
     
    6982
    7083
    71 /** ask the user how to proceed*/
     84/**
     85 * ask the user how to proceed
     86 */
    7287bool psastroVisualAskUser( bool *plotflag ) {
    7388    char key[10];
     
    87102
    88103
    89 /** destroy windows at the end of a run*/
     104/**
     105 * destroy windows at the end of a run
     106 */
    90107bool psastroVisualClose() {
    91108    if(kapa != -1)
Note: See TracChangeset for help on using the changeset viewer.