Skip to content

Commit 787cb69

Browse files
committed
DOC: Grouping shared documentation
Small correction after review.
1 parent d53d2d0 commit 787cb69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4275,7 +4275,7 @@ \subsection{Documenting Data Members}
42754275
42764276
Data members that should share the same documentation description should be embedded in
42774277
the Doxygen grouping commands by means of the comments \code{/** @ITKStartGrouping */}
4278-
and \code{/**@ITKEndGrouping*/}:
4278+
and \code{/** @ITKEndGrouping */}:
42794279
42804280
\small
42814281
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp}
@@ -4284,7 +4284,7 @@ \subsection{Documenting Data Members}
42844284
/** @ITKStartGrouping */
42854285
itkSetMacro(Sigma, SigmaArrayType);
42864286
itkGetConstMacro(Sigma, SigmaArrayType);
4287-
/**@ITKEndGrouping*/
4287+
/** @ITKEndGrouping */
42884288
42894289
\end{minted}
42904290
\normalsize

0 commit comments

Comments
 (0)