From 67d453892c500f5150ca26159365af03c8ac8916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Thu, 13 Oct 2022 08:53:55 +0200 Subject: [PATCH] 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. --- Modules/Filtering/CurvatureFlow/itk-module.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Filtering/CurvatureFlow/itk-module.cmake b/Modules/Filtering/CurvatureFlow/itk-module.cmake index 580759a7ee8..b7f56318f57 100644 --- a/Modules/Filtering/CurvatureFlow/itk-module.cmake +++ b/Modules/Filtering/CurvatureFlow/itk-module.cmake @@ -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