Skip to content
Snippets Groups Projects
Commit 21b3c875 authored by Julien Michel's avatar Julien Michel
Browse files

DOC: Fixing broken doxygen tag

parent 40b6a0f8
Branches
Tags
No related merge requests found
......@@ -194,14 +194,14 @@ public:
return this->m_Threshold;
}
///* Set the Threshold value for detected edges. */
/** Set the Threshold value for detected edges. */
itkSetMacro(UpperThreshold, OutputImagePixelType );
itkGetConstMacro(UpperThreshold, OutputImagePixelType);
itkSetMacro(LowerThreshold, OutputImagePixelType );
itkGetConstMacro(LowerThreshold, OutputImagePixelType);
/* Set the Thresholdvalue for detected edges. */
/** Set the Thresholdvalue for detected edges. */
itkSetMacro(OutsideValue, OutputImagePixelType);
itkGetConstMacro(OutsideValue, OutputImagePixelType);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment