Changeset 11253 for trunk/psModules/src/concepts/pmConcepts.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.h
r10967 r11253 1 /// @file pmConcepts.h 2 /// 3 /// @brief Top-level functions for defining, registering, reading and writing concepts 4 /// 5 /// @ingroup Concepts 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2007-01-08 22:31:41 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmConcepts.h 2 * @brief Top-level functions for defining, registering, reading and writing concepts 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_CONCEPTS_H 16 12 #define PM_CONCEPTS_H 13 14 /// @addtogroup Concepts Data Abstraction Concepts 15 /// @{ 17 16 18 17 #include <pslib.h> … … 36 35 const pmCell *cell ///< Cell for concept, or NULL 37 36 ); 38 39 37 40 38 /// A "concept" specification … … 193 191 const pmFPA *source ///< The source FPA 194 192 ); 195 196 193 /// @} 197 194 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
