Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv25095/Include/SimData
Modified Files:
Enum.h
Log Message:
Index: Enum.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Enum.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Enum.h 14 Aug 2003 22:41:34 -0000 1.14
--- Enum.h 14 Aug 2003 22:55:07 -0000 1.15
***************
*** 246,253 ****
///
/// Examples:
! /// @code
/// "zero one two three"
/// "one=1 two three ten=10 eleven"
! /// @endcode
EnumerationCore(std::string const &s): Referenced() {
__init(s);
--- 246,253 ----
///
/// Examples:
! /// <pre>
/// "zero one two three"
/// "one=1 two three ten=10 eleven"
! /// </pre>
EnumerationCore(std::string const &s): Referenced() {
__init(s);
|