- Timestamp:
- Sep 19, 2006, 11:55:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/load_param_description.cc
r9772 r9773 98 98 PRINT(0)("</%s>", this->_name.c_str()); 99 99 if (!this->_description.empty()) 100 PRINT( 3)("-- %s", this->_description.c_str());100 PRINT(0)(" <!-- %s", this->_description.c_str()); 101 101 // default values 102 102 if (this->_parameterCount > 0) … … 118 118 PRINT(0)(")"); 119 119 } 120 if (!this->_description.empty() || this->_parameterCount > 0) 121 PRINT(0)(" -->"); 122 120 123 PRINT(0)("\n"); 121 124 }
Note: See TracChangeset
for help on using the changeset viewer.