Skip to content
Snippets Groups Projects
Commit 7202d670 authored by Danny Hindson's avatar Danny Hindson
Browse files

Fix Doxygen documentation warnings

parent beb87a2c
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ namespace Algorithms {
* @param sample A reference to the object defining details of the sample
* @param nevents The number of Monte Carlo events used in the simulation
* @param maxScatterPtAttempts The maximum number of tries to generate a random
* @param logger Logger from parent algorithm to write logging info
* point within the object.
*/
MCAbsorptionStrategy::MCAbsorptionStrategy(const IBeamProfile &beamProfile,
......@@ -44,7 +45,6 @@ MCAbsorptionStrategy::MCAbsorptionStrategy(const IBeamProfile &beamProfile,
* where it is detected
* @param lambdaBefore Wavelength, in \f$\\A^-1\f$, before scattering
* @param lambdaAfter Wavelength, in \f$\\A^-1\f$, after scattering
* @param debugString String describing debug information from calculation
* @return A tuple of the <correction factor, associated error>.
*/
std::tuple<double, double>
......
......@@ -26,6 +26,7 @@ namespace Algorithms {
* @param sample A reference to a sample object that defines a valid shape
* & material
* @param activeRegion Restrict scattering point sampling to this region
* @param logger Logger to write debug information on scatter pt stats
* @param maxScatterAttempts The maximum number of tries to generate a random
* point within the object. [Default=5000]
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment