Skip to content

Commit

Permalink
DOC: Fix reStructuredText link syntax in Documenting ITK doc file
Browse files Browse the repository at this point in the history
Fix reStructuredText link syntax in `Documenting ITK` documentation
file.
  • Loading branch information
jhlegarreta authored and hjmjohnson committed Dec 26, 2023
1 parent 35ca213 commit 64fff24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/docs/contributing/documenting_itk.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ int Method1(PixelType iP1, unsigned int iValue, unsigned int& oValue, PixelType&
The most common Doxygen commands used to document methods and functions
in ITK are:
- [`\param`][https://www.doxygen.nl/manual/commands.html#cmdparam)
- [`\return`][https://www.doxygen.nl/manual/commands.html#cmdreturn)
- [`\param`](https://www.doxygen.nl/manual/commands.html#cmdparam)
- [`\return`](https://www.doxygen.nl/manual/commands.html#cmdreturn)
### Creating links to ITK examples
Expand Down

0 comments on commit 64fff24

Please sign in to comment.