Skip to content

Commit

Permalink
Refs #6185 change wiki and optional message strings
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Jan 29, 2013
1 parent d06cce4 commit 053b55b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Code/Mantid/Framework/DataHandling/src/DetermineChunking.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*WIKI*
Workflow algorithm to determine chunking strategy.
Workflow algorithm to determine chunking strategy
for event nexus, runinfo.xml, raw, or histo nexus files
*WIKI*/

#include <exception>
Expand Down Expand Up @@ -87,8 +88,8 @@ namespace DataHandling
/// @copydoc Mantid::API::Algorithm::initDocs()
void DetermineChunking::initDocs()
{
this->setWikiSummary("Determine chunking strategy for event nexus or runinfo.xml files.");
this->setOptionalMessage("Determine chunking strategy for event nexus or runinfo.xml files.");
this->setWikiSummary("Determine chunking strategy for event nexus, runinfo.xml, raw, or histo nexus files.");
this->setOptionalMessage("Determine chunking strategy for event nexus, runinfo.xml, raw, or histo nexus files.");
}


Expand Down

0 comments on commit 053b55b

Please sign in to comment.