Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2006, 11:55:31 PM (18 years ago)
Author:
bensch
Message:

better output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param_description.cc

    r9772 r9773  
    9898  PRINT(0)("</%s>", this->_name.c_str());
    9999  if (!this->_description.empty())
    100     PRINT(3)(" -- %s", this->_description.c_str());
     100    PRINT(0)(" <!-- %s", this->_description.c_str());
    101101  // default values
    102102  if (this->_parameterCount > 0)
     
    118118    PRINT(0)(")");
    119119  }
     120  if (!this->_description.empty() || this->_parameterCount > 0)
     121    PRINT(0)(" -->");
     122
    120123  PRINT(0)("\n");
    121124}
Note: See TracChangeset for help on using the changeset viewer.