Ignore:
Timestamp:
03/28/13 15:54:06 (12 years ago)
Author:
cborstad
Message:

CHG: updated code comments for doxygen doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/Container/Parameters.h

    r13623 r14476  
    1 /*!\file: Parameters.h
    2  * \brief prototypes for Parameters.h
    3  */
    4 
    51#ifndef _CONTAINER_PARAMETERS_H_
    62#define  _CONTAINER_PARAMETERS_H_
     
    1915class Inputs;
    2016
     17/*!\brief Declaration of Parameters class. 
     18 *
     19 * Declaration of Parameters class.  Parameters are vector lists (Containers) of Parameter objects.
     20 */
    2121class Parameters: public DataSet{
    2222
Note: See TracChangeset for help on using the changeset viewer.