Skip to content

Commit 0b237c2

Browse files
author
Jon Haitz Legarreta
committed
ENH: Make class and brief dcostring keywords' start columns consistent.
Make the \class and \brief class docstring keywords be consistent in their start column across the coding style guide examples. Change-Id: I06b988785115f8a89166f2c828429ccf3f392ad8
1 parent 341cef4 commit 0b237c2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ \section{Citations}
364364
* weighted images and their gradient directions and computes an image of
365365
* tensors. (with DiffusionTensor3D as the pixel type). Once that is done, you
366366
* can apply filters on this tensor image to compute FA, ADC, RGB weighted
367-
* maps etc.
367+
* maps, etc.
368368
*
369369
* ...
370370
*
@@ -1620,7 +1620,7 @@ \subsection{Class Layout}
16201620
{
16211621
16221622
/** \class Image
1623-
* \brief Templated N-dimensional image class.
1623+
* \brief Templated N-dimensional image class.
16241624
*
16251625
* Detailed documentation...
16261626
*/
@@ -2255,7 +2255,7 @@ \subsection{Alignment}
22552255
{
22562256
22572257
/** \class Image
2258-
* \brief Templated N-dimensional image class.
2258+
* \brief Templated N-dimensional image class.
22592259
*
22602260
* Detailed documentation...
22612261
*/
@@ -2559,9 +2559,8 @@ \subsection{Empty Lines}
25592559
namespace itk
25602560
{
25612561
2562-
/**
2563-
* \class BoxImageFilter
2564-
* \brief A base class for all the filters working on a box neighborhood
2562+
/** \class BoxImageFilter
2563+
* \brief A base class for all the filters working on a box neighborhood.
25652564
*
25662565
* This filter provides the code to store the radius information about the
25672566
* neighborhood used in the subclasses.

0 commit comments

Comments
 (0)