Skip to content

Commit

Permalink
Refs #6350 fix doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Jan 10, 2013
1 parent 711123b commit e3f839d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1926,10 +1926,8 @@ BankPulseTimes * LoadEventNexus::runLoadNexusLogs(const std::string &nexusfilena
* Create the required spectra mapping. If the file contains an isis_vms_compat block then
* the mapping is read from there, otherwise a 1:1 map with the instrument is created (along
* with the associated spectra axis)
* @param nxsfile :: The name of a nexus file to load the mapping from
* @param workspace :: The workspace to contain the spectra mapping
* @param monitorsOnly :: Load only the monitors is true
* @param bankName :: An optional bank name for loading a single bank
* @param bankNames :: Bank names that are in Nexus file
*/
bool LoadEventNexus::deleteBanks(API::MatrixWorkspace_sptr workspace, std::vector<std::string> bankNames)
{
Expand Down

0 comments on commit e3f839d

Please sign in to comment.