InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.47k stars 686 forks source link

Incorrect `\cite` labels #5202

Closed albert-github closed 1 week ago

albert-github commented 1 week ago

Description

When running doxygen master version (1.14.0 (2a4d39eb79b8e049c69e1402c1b812fd9695567f)) on the ITK master version (f07f9ec492) we get the warnings:

.../ITK/Modules/Filtering/ImageGrid/include/itkBSplineResampleImageFilterBase.h:47: warning: \cite command to 'unser199' does not have an associated number
.../ITK/Modules/Core/Common/include/itkGaussianDerivativeOperator.h:80: warning: \cite command to 'lindeberg1999' does not have an associated number
.../ITK/Modules/Filtering/Convolution/include/itkMaskedFFTNormalizedCorrelationImageFilter.h:128: warning: \cite command to 'padfield' does not have an associated number

Expected information

Correct links to the cited references

Actual information

warnings as indicated and no links

Versions

ITK Master (f07f9ec492)

albert-github commented 1 week ago

Proposed patch: diff.patch

jhlegarreta commented 1 week ago

Thanks for reporting this @albert-github :+1:.