Skip to content

Commit 7d24eb0

Browse files
committed
DOC: Empty \cite label
On a number of lines the `\cite` command and the cite label were on different lines and that is currently not allowed in doxygen.
1 parent 4552309 commit 7d24eb0

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

Modules/Core/Common/include/itkSymmetricEigenAnalysis.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ class ITK_TEMPLATE_EXPORT SymmetricEigenAnalysis
385385
* Function adapted from netlib/tred1.c.
386386
* [Changed: remove static vars, enforce const correctness.
387387
* Use vnl routines as necessary].
388-
* For algorithmic descriptions see \cite martin1968 and \cite
389-
* martin1971. */
388+
* For algorithmic descriptions see \cite martin1968 and
389+
* \cite martin1971. */
390390
void
391391
ReduceToTridiagonalMatrix(double * a, double * d, double * e, double * e2) const;
392392

@@ -408,8 +408,8 @@ class ITK_TEMPLATE_EXPORT SymmetricEigenAnalysis
408408
* Function adapted from netlib/tred2.c.
409409
* [Changed: remove static vars, enforce const correctness.
410410
* Use vnl routines as necessary].
411-
* For algorithmic descriptions see \cite martin1968 and \cite
412-
* martin1971. */
411+
* For algorithmic descriptions see \cite martin1968 and
412+
* \cite martin1971. */
413413
void
414414
ReduceToTridiagonalMatrixAndGetTransformation(const double * a, double * d, double * e, double * z) const;
415415

Modules/Filtering/Denoising/include/itkPatchBasedDenoisingImageFilter.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ namespace itk
5151
* parameter (namely, sigma) using leave-one-out cross validation. It implements schemes for random
5252
* sampling of patches non-locally (from the entire image) as well as semi-locally (from the spatial
5353
* proximity of the pixel being denoised at the specific point in time). It implements a specific
54-
* scheme for defining patch weights (mask) as described in \cite
55-
* awate2005 and \cite awate2006.
54+
* scheme for defining patch weights (mask) as described in \cite awate2005 and \cite awate2006.
5655
*
5756
* \ingroup Filtering
5857
* \ingroup ITKDenoising

Modules/Filtering/ImageGrid/include/itkBSplineL2ResampleImageFilterBase.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ namespace itk
3939
* to up/down sample an image by a factor of 2.
4040
*
4141
* This class defines N-Dimension B-Spline transformation.
42-
* It is based on \cite unser1999, \cite unser1993, \cite
43-
* unser1993a, and \cite brigger1999.
42+
* It is based on \cite unser1999, \cite unser1993,
43+
* \cite unser1993a, and \cite brigger1999.
4444
* Code obtained from bigwww.epfl.ch by Philippe Thevenaz
4545
*
4646
* Limitations: Spline order for the centered l2 pyramid must be 0,1,3, or 5.

Modules/Registration/Common/include/itkMattesMutualInformationImageToImageMetric.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ namespace itk
6060
* both the mutual information and its derivatives with respect to the
6161
* transform parameters.
6262
*
63-
* The calculations are based on the method of Mattes et al \cite
64-
* mattes2001, \cite mattes2003 where the probability density distribution are estimated using
63+
* The calculations are based on the method of Mattes et al
64+
* \cite mattes2001, \cite mattes2003 where the probability density distribution are estimated using
6565
* Parzen histograms. Since the fixed image PDF does not contribute
6666
* to the derivatives, it does not need to be smooth. Hence,
6767
* a zero order (box car) BSpline kernel is used

Modules/Registration/Metricsv4/include/itkMattesMutualInformationImageToImageMetricv4.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ namespace itk
4141
* This class is templated over the FixedImage type and the MovingImage
4242
* type.
4343
*
44-
* The calculations are based on the method of Mattes et al \cite
45-
* mattes2001, \cite mattes2003,
44+
* The calculations are based on the method of Mattes et al
45+
* \cite mattes2001, \cite mattes2003,
4646
* where the probability density distribution are estimated using
4747
* Parzen histograms. Since the fixed image PDF does not contribute
4848
* to the derivatives, it does not need to be smooth. Hence,

Modules/Registration/PDEDeformable/include/itkDiffeomorphicDemonsRegistrationFilter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ namespace itk
3030
* \brief Deformably register two images using a diffeomorphic demons algorithm.
3131
*
3232
* This class was contributed by Tom Vercauteren, INRIA & Mauna Kea Technologies,
33-
* based on a variation of the DemonsRegistrationFilter \cite
34-
* vercauteren2007. The basic modification is to use diffeomorphism exponentials.
33+
* based on a variation of the DemonsRegistrationFilter
34+
* \cite vercauteren2007. The basic modification is to use diffeomorphism exponentials.
3535
*
3636
* DiffeomorphicDemonsRegistrationFilter implements the demons deformable algorithm that
3737
* register two images by computing the deformation field which will map a

0 commit comments

Comments
 (0)