Skip to content

Commit 4b6fd89

Browse files
authored
Merge pull request #202 from jhlegarreta/AvoidDocumentingIvarDefaultValues
DOC: Avoid documenting ivar default values
2 parents cb8ba6e + 6a2861a commit 4b6fd89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4216,7 +4216,7 @@ \subsection{Documenting Data Members}
42164216
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp}
42174217
/** Set/Get direction along the gradient to search.
42184218
* Set to true to use the direction that the gradient is pointing;
4219-
* set to false for the opposite direction. Default is Off. */
4219+
* set to false for the opposite direction. */
42204220
itkGetConstMacro(Polarity, bool);
42214221
itkSetMacro(Polarity, bool);
42224222
itkBooleanMacro(Polarity);

0 commit comments

Comments
 (0)