Skip to content

Commit

Permalink
DOC: Remove redundant wording in module description linking
Browse files Browse the repository at this point in the history
Remove redundant wording in module description linking.
  • Loading branch information
jhlegarreta authored and N-Dekker committed Oct 14, 2022
1 parent 67d4538 commit 8e34f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Filtering/AnisotropicSmoothing/itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ set(DOCUMENTATION "This module contains filters that implement variations of
anisotropic smoothing. This is an image denoising technique that strives for
preserving edges on the images while smoothing regions of uniform intensity.
This type of filtering is convenient as a preprocessing stage of segmentation
algorithms. You may find useful as well the filters in the
\\\\ref ITKCurvatureFlow module and the \\\\ref ITKSmoothing.")
algorithms. You may find useful as well the filters in
\\\\ref ITKCurvatureFlow and \\\\ref ITKSmoothing.")

itk_module(ITKAnisotropicSmoothing
COMPILE_DEPENDS
Expand Down

0 comments on commit 8e34f10

Please sign in to comment.