Skip to content

Commit

Permalink
fix parameter names in doxygen doc, re #7523
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Jan 19, 2015
1 parent a748d1a commit fc45320
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Code/Mantid/Framework/DataHandling/src/LoadNexusProcessed.cpp
Expand Up @@ -1141,7 +1141,6 @@ API::Workspace_sptr LoadNexusProcessed::loadPeaksEntry(NXEntry &entry) {
* @param mtd_entry Nexus entry for "mantid_workspace_..."
* @param xlength bins in the "X" axis (xbins)
* @param workspaceType Takes values like "Workspace2D", "RebinnedOutput", etc.
* @param total_specs actual number of spectra to load (filtering by min/max/list)
*
* @return workspace object containing loaded data
*/
Expand Down Expand Up @@ -1931,11 +1930,11 @@ LoadNexusProcessed::checkOptionalProperties(const std::size_t numberofspectra) {
*
* @param numberofspectra :: count of spectra found in the file being loaded
*
* @param calculate_filtered_list :: process SpectrumList and SpectrumMin/Max
* and save resulting explicit list of
* spectra indices into a vector data
* member, presently used only when loading
* into event_workspace
* @param gen_filtered_list :: process SpectrumList and SpectrumMin/Max
* and save resulting explicit list of
* spectra indices into a vector data
* member, presently used only when loading
* into event_workspace
*
* @return the size of a workspace
*/
Expand Down

0 comments on commit fc45320

Please sign in to comment.