Skip to content

Commit 68979a9

Browse files
jhlegarretadzenanz
authored andcommitted
DOC: Fix itk::MRASlabIdentifier class documentation list syntax
Fix `itk::MRASlabIdentifier` class documentation Doxygen list syntax. Fixes: ``` Modules/Filtering/BiasCorrection/include/itkMRASlabIdentifier.h:160: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (probable line reference: 27) Modules/Filtering/BiasCorrection/include/itkMRASlabIdentifier.h:63: warning: End of comment block while inside formula. ``` Raised for example in: https://open.cdash.org/viewBuildError.php?type=1&buildid=8167118
1 parent 8a6eb3d commit 68979a9

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Modules/Filtering/BiasCorrection/include/itkMRASlabIdentifier.h

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,17 @@ namespace itk
5050
* the \p dimension variable follows the convention \f{X, Y, Z} : {0, 1, 2}\f$.
5151
*
5252
* The identification scheme used works according to the following steps:
53-
* -# Users should specify how many pixels per slice the identifier
54-
* will sample.
55-
* -# For each slice, the identifier searches the specified number of pixels
56-
* of which intensity values are greater than 0 and less than those
57-
* of the other pixels in the slice.
58-
* -# The identifier calculates the average for each slice and the overall
59-
* average using the search results.
60-
* -# For each slice, it subtracts the overall average from the slice average.
61-
* If the sign of the subtraction result changes, then it assumes that a
62-
* slab ends and another slab begins.
53+
* -# Users should specify how many pixels per slice the identifier
54+
* will sample.
55+
* -# For each slice, the identifier searches the specified number of pixels
56+
* of which intensity values are greater than 0 and less than those
57+
* of the other pixels in the slice.
58+
* -# The identifier calculates the average for each slice and the overall
59+
* average using the search results.
60+
* -# For each slice, it subtracts the overall average from the slice average.
61+
* If the sign of the subtraction result changes, then it assumes that a
62+
* slab ends and another slab begins.
63+
*
6364
* \ingroup ITKBiasCorrection
6465
*/
6566
template <typename TInputImage>

0 commit comments

Comments
 (0)