Skip to content

Commit

Permalink
Fix wiki summary for AddTimeSeriesLog
Browse files Browse the repository at this point in the history
Refs #9227
  • Loading branch information
martyngigg committed Apr 1, 2014
1 parent 9b2de32 commit c2f11f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/Framework/Algorithms/src/AddTimeSeriesLog.cpp
@@ -1,5 +1,5 @@
/*WIKI*
Inserts/updates a time-series log entry on a chosen workspace. The given timestamp & value are appended to the
Creates/updates a time-series log entry on a chosen workspace. The given timestamp & value are appended to the
named log entry. If the named entry does not exist then a new log is created. A time stamp must be given in
ISO8601 format, e.g. 2010-09-14T04:20:12."
*WIKI*/
Expand Down Expand Up @@ -43,8 +43,8 @@ namespace Mantid
/// Sets documentation strings for this algorithm
void AddTimeSeriesLog::initDocs()
{
this->setWikiSummary("");
this->setOptionalMessage("");
this->setWikiSummary("Creates/updates a time-series log");
this->setOptionalMessage("Creates/updates a time-series log");
}

//----------------------------------------------------------------------------------------------
Expand Down

0 comments on commit c2f11f9

Please sign in to comment.