Skip to content

Commit a449d57

Browse files
authored
Merge pull request #6411 from hjmjohnson/fix-doxygen-warnings
DOC: Clear Doxygen documentation warnings (CDash Linux-Ubuntu-GCC-Doxygen)
2 parents 71e8965 + 24948f7 commit a449d57

19 files changed

Lines changed: 34 additions & 37 deletions

File tree

Modules/Filtering/AnisotropicDiffusionLBR/itk-module.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ set(
33
"This module provides coherence-enhancing (CED) and edge-enhancing
44
(EED) anisotropic diffusion filters built on the
55
Lattice-Basis-Reduction (LBR) stencil scheme by Jean-Marie Mirebeau.
6-
See the Doxygen on \\\\ref AnisotropicDiffusionLBRImageFilter and
7-
\\\\ref CoherenceEnhancingDiffusionImageFilter for the algorithm and
6+
See the Doxygen on \\\\ref itk::AnisotropicDiffusionLBRImageFilter and
7+
\\\\ref itk::CoherenceEnhancingDiffusionImageFilter for the algorithm and
88
citations, and the module README for in-tree vs archived-upstream
99
scope."
1010
)

Modules/Filtering/BoneEnhancement/include/itkKrcahEigenToMeasureParameterEstimationFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ namespace itk
4545
* \f$ \gamma \f$. This is done to seperate parameter estimation from the unary
4646
* functor. The modification is very simple. If the average of the trace is
4747
* denoted \f$ T \f$ the new parameter becomes:
48-
* \f{
48+
* \f{eqnarray*}{
4949
* \gamma &=& 0.25 \cdot T
5050
* \f}
5151
*

Modules/Filtering/BoneEnhancement/include/itkKrcahPreprocessingImageToImageFilter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ namespace itk
3232
*
3333
* This filters performs an unsharp filter as defined by Krcah
3434
* et al. The unsharp filter is defined by:
35-
* \f{
36-
* J = I+k*(I-(I*G))
35+
* \f{eqnarray*}{
36+
* J &=& I+k*(I-(I*G))
3737
* \f}
3838
*
3939
* Where \f$ k \f$ is a scaling constant set to 5 and the Guassian

Modules/Filtering/FixedPointInverseDisplacementField/include/itkFixedPointInverseDisplacementFieldImageFilter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Medical Physics, vol. 35, issue 1, p. 81
5050
*
5151
* \author Marcel Lüthi, Computer Science Department, University of Basel
5252
*
53-
* \ingroup ImageToImageFilter
5453
* \ingroup FixedPointInverseDisplacementField
5554
*/
5655

Modules/Filtering/GenericLabelInterpolator/itk-module.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ independently with any underlying ordinary image interpolator and
66
returns the label with the highest interpolated value at each
77
point. Generalizes the Gaussian-only behavior of
88
itkLabelImageGaussianInterpolateImageFunction. See the Doxygen on
9-
\\\\ref LabelImageGenericInterpolateImageFunction for the algorithm
9+
\\\\ref itk::LabelImageGenericInterpolateImageFunction for the algorithm
1010
and the Insight Journal article (Schaerer, Roche, Belaroussi, 2014,
1111
https://hdl.handle.net/10380/3506) for derivation, and the module
1212
README for in-tree vs archived-upstream scope."

Modules/Filtering/IsotropicWavelets/include/itkRieszRotationMatrix.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,13 @@ class RieszRotationMatrix : public itk::VariableSizeMatrix<std::complex<double>>
7878

7979
/**
8080
* Multi-index notation
81-
* S[n = (n1,...,nd)][m = (m1,...,md)]
8281
*
83-
* S[n = (n1,...,nd)][m = (m1,...,md)] =
84-
* sqrt(\frac{m!}{n!}) \sum_{|k1| = n1} \cdots \sum_{|kd| = nd}
85-
* \delta_{k1 + k2 + k3, m} x
86-
* \\frac{n!}{k1! \cdots kd!} r_1^{k_1} \cdots r_d^{k_d}
82+
* \f[
83+
* S[n = (n_1, \cdots, n_d)][m = (m_1, \cdots, m_d)] =
84+
* \sqrt{\frac{m!}{n!}} \sum_{|k_1| = n_1} \cdots \sum_{|k_d| = n_d}
85+
* \delta_{k_1 + \cdots + k_d, m} x
86+
* \frac{n!}{k_1! \cdots k_d!} r_1^{k_1} \cdots r_d^{k_d}
87+
* \f]
8788
*
8889
* The indices are ordered in descending order:
8990
* For example, for order = 2:

Modules/Filtering/MinimalPathExtraction/include/itkArrivalFunctionToPathFilter.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ class ITK_TEMPLATE_EXPORT ArrivalFunctionToPathCommand : public itk::Command
137137
*
138138
* \author Dan Mueller, Queensland University of Technology, dan.muel[at]gmail.com
139139
*
140-
* \ingroup ImageToPathFilters
141-
*
142140
* \ingroup MinimalPathExtraction
143141
*/
144142
template <typename TInputImage, typename TOutputPath = PolyLineParametricPath<TInputImage::ImageDimension>>

Modules/Filtering/MinimalPathExtraction/include/itkSpeedFunctionToPathFilter.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ namespace itk
6161
* \author Dan Mueller, Queensland University of Technology, dan.muel[at]gmail.com
6262
*
6363
* \sa ArrivalFunctionToPathFilter
64-
* \ingroup ImageToPathFilters
65-
*
6664
* \ingroup MinimalPathExtraction
6765
*/
6866
template <typename TInputImage, typename TOutputPath = PolyLineParametricPath<TInputImage::ImageDimension>>

Modules/Filtering/ParabolicMorphology/include/itkMorphSDTHelperImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace itk
3030
*
3131
* \ingroup ParabolicMorphology
3232
*
33-
* \ingroup IntensityImageFilters Multithreaded
33+
* \ingroup IntensityImageFilters MultiThreaded
3434
*/
3535
namespace Function
3636
{

Modules/Filtering/PolarTransform/include/itkCartesianToPolarTransform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ namespace itk
5050
* \author Jakub Bican, Department of Image Processing, Institute of Information Theory and Automation, Academy of
5151
* Sciences of the Czech Republic.
5252
*
53-
* \ingroup Transforms
53+
* \ingroup GeometricTransform
5454
* \ingroup PolarTransform
5555
*/
5656
template <typename TParametersValueType = double, // Data type for scalars (float or double)

0 commit comments

Comments
 (0)