Skip to content

Commit

Permalink
Fixed some doxygen error. Refs #6747.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Apr 5, 2013
1 parent 709a789 commit 96916e1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Code/Mantid/Framework/CurveFitting/src/LeBailFit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -980,9 +980,6 @@ namespace CurveFitting
//=================================== Set up the Le Bail Fit ================================
//----------------------------------------------------------------------------------------------
/** Create LeBailFunction
* @param backgroundtype: string, type of background function
* @param bkgdorderparams: vector of background polynomials from order 0
* @param bkgdparamws: TableWorkspace containing background polynomials
*/
void LeBailFit::createLeBailFunction()
{
Expand Down Expand Up @@ -3035,7 +3032,9 @@ namespace CurveFitting
* @param funparammap: map of Parameters of the function to optimize
* @param background: background values
* @param values: (output) function values, i.e., summation of all peaks but no background
* @param RFactor: R-factor (Rwp and Rp) as output
* @param rfactor: R-factor (Rwp and Rp) as output
*
* @return :: boolean value. whether all the peaks' parameters are physical.
*/
bool LeBailFit::calculateDiffractionPatternMC(MatrixWorkspace_sptr dataws, size_t wsindex,
map<string, Parameter> funparammap,
Expand Down Expand Up @@ -3280,7 +3279,7 @@ namespace CurveFitting
* @param param :: Parameter
* @param newvalue :: proposed new value that is out of boundary
* @param direction :: direction of parameter moved. -1 for lower. 1 for upper
* @param option :: option for various method 0: half distance. 1: periodic / reflection
* @param choice :: option for various method 0: half distance. 1: periodic / reflection
* based on boundary
*
* @return :: new value in boundary
Expand Down

0 comments on commit 96916e1

Please sign in to comment.