Skip to content

Commit

Permalink
Merge pull request #362 from mantidproject/11284_Fix_doxygen_wargnings
Browse files Browse the repository at this point in the history
Fix doxygen warnings caused by LoadMuonNexus
  • Loading branch information
FedeMPouzols committed Mar 6, 2015
2 parents a70d395 + df6ee12 commit e65ce6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Code/Mantid/Framework/DataHandling/src/LoadMuonNexus1.cpp
Expand Up @@ -457,9 +457,8 @@ Workspace_sptr LoadMuonNexus1::loadDetectorGrouping(NXRoot &root) {

/**
* Creates Dead Time Table using all the data between begin and end.
*
* @param begin :: Iterator to the first element of the data to use
* @param end :: Iterator to the last element of the data to use
* @param specToLoad :: vector containing the spectrum numbers to load
* @param deadTimes :: vector containing the corresponding dead times
* @return Dead Time Table create using the data
*/
TableWorkspace_sptr
Expand Down Expand Up @@ -516,7 +515,8 @@ TableWorkspace_sptr LoadMuonNexus1::createDetectorGroupingTable(

/** Load in a single spectrum taken from a NeXus file
* @param hist :: The workspace index
* @param i :: The spectrum number
* @param i :: The spectrum index
* @param specNo :: The spectrum number
* @param nxload :: A reference to the MuonNeXusReader object
* @param lengthIn :: The number of elements in a spectrum
* @param localWorkspace :: A pointer to the workspace in which the data will be
Expand Down

0 comments on commit e65ce6c

Please sign in to comment.