Skip to content

Commit

Permalink
DOC: Remove wrong class names from test documentation
Browse files Browse the repository at this point in the history
Remove wrong class names from test documentation notes related to the
use of `itk::NullImageToImageFilterDriver`.

Despite test main methods are not required to be documented, kept the
note as the use of `itk::NullImageToImageFilterDriver` is rare.
  • Loading branch information
jhlegarreta authored and dzenanz committed Aug 24, 2022
1 parent d1a76b9 commit 683097d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include "itkSimpleFilterWatcher.h"

/**
* This program tests the FilterImageAnisotropicDiffusion object by driving it
* with a null input and output. Returns 0 on success and 1 on failure.
* Test the class instance by driving it with a null input and output.
* Returns 0 on success and 1 on failure.
*/
int
itkCurvatureAnisotropicDiffusionImageFilterTest(int itkNotUsed(argc), char * itkNotUsed(argv)[])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include "itkNullImageToImageFilterDriver.hxx"

/**
* This program tests the FilterImageAnisotropicDiffusion object by driving it
* with a null input and output. Returns 0 on success and 1 on failure.
* Test the class instance by driving it with a null input and output.
* Returns 0 on success and 1 on failure.
*/
int
itkGradientAnisotropicDiffusionImageFilterTest(int itkNotUsed(argc), char * itkNotUsed(argv)[])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include "itkNullImageToImageFilterDriver.hxx"

/**
* This program tests the FilterImageAnisotropicDiffusion object by driving it
* with a null input and output. Returns 0 on success and 1 on failure.
* Test the class instance by driving it with a null input and output.
* Returns 0 on success and 1 on failure.
*/
int
itkBilateralImageFilterTest(int, char *[])
Expand Down

0 comments on commit 683097d

Please sign in to comment.