Skip to content

Commit 67d4538

Browse files
jhlegarretaN-Dekker
authored andcommitted
DOC: Link groups in Doxygen in module description
Create links to referenced groups when generating the Doxygen documentation from the module description. Doxygen grouping documentation: https://www.doxygen.nl/manual/grouping.html Triple escape the commands. Related to/left behind in a0d0b4c, f8cd176, and bf6d071. Automatic group linking was present originally, but commands were mistakenly removed in 1f4c6e9 following a wrong assumption/misinterpretation of the Doxygen autolinking vs. group linking.
1 parent d297464 commit 67d4538

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/Filtering/CurvatureFlow/itk-module.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ set(DOCUMENTATION "This module contains filters that implement variations of
22
Curvature Flow. This is a technique that uses an iterative solution of partial
33
differential equations to implement image denoising image filtering. These
44
classes are typically used as edge-preserving smoothing filters. You may also
5-
find the ITKSmoothing and the ITKAnisotropicSmoothing useful as well.")
5+
find the \\\\ref ITKSmoothing and the \\\\ref ITKAnisotropicSmoothing useful
6+
as well.")
67

78
itk_module(ITKCurvatureFlow
89
COMPILE_DEPENDS

0 commit comments

Comments
 (0)