Skip to content

Commit

Permalink
DOC: Fix doxygen warnings about setters not returning anything
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jan 27, 2025
1 parent fde014a commit 9d94b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ class ITK_TEMPLATE_EXPORT FiniteDifferenceImageFilter : public InPlaceImageFilte
itkGetConstReferenceObjectMacro(DifferenceFunction, FiniteDifferenceFunctionType);

/** This method sets the pointer to a FiniteDifferenceFunction object that
* will be used by the filter to calculate updates at image pixels.
* \returns A FiniteDifferenceObject pointer. */
* will be used by the filter to calculate updates at image pixels. */
itkSetObjectMacro(DifferenceFunction, FiniteDifferenceFunctionType);

/** Set/Get the number of iterations that the filter will run. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ class ITK_TEMPLATE_EXPORT GPUFiniteDifferenceImageFilter
}

/** This method sets the pointer to a FiniteDifferenceFunction object that
* will be used by the filter to calculate updates at image pixels.
* \returns A FiniteDifferenceObject pointer. */
* will be used by the filter to calculate updates at image pixels. */
void
SetDifferenceFunction(FiniteDifferenceFunctionType * differenceFunction) override
{
Expand Down

0 comments on commit 9d94b2c

Please sign in to comment.