Skip to content

Commit

Permalink
DOC: Link groups in Doxygen in module description
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jhlegarreta authored and N-Dekker committed Oct 14, 2022
1 parent d297464 commit 67d4538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/Filtering/CurvatureFlow/itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ set(DOCUMENTATION "This module contains filters that implement variations of
Curvature Flow. This is a technique that uses an iterative solution of partial
differential equations to implement image denoising image filtering. These
classes are typically used as edge-preserving smoothing filters. You may also
find the ITKSmoothing and the ITKAnisotropicSmoothing useful as well.")
find the \\\\ref ITKSmoothing and the \\\\ref ITKAnisotropicSmoothing useful
as well.")

itk_module(ITKCurvatureFlow
COMPILE_DEPENDS
Expand Down

0 comments on commit 67d4538

Please sign in to comment.