@@ -1664,7 +1664,7 @@ \subsection{Initializing variables of fixed size array types}
1664
1664
\code {Index}, \code {Size}, \code {FixedArray}, \code {Point}, and \code {Vector}.
1665
1665
1666
1666
A variable of such a fixed size array type can be zero-initialized by an empty
1667
- initializer list, `{}` . This is usually the preferred way to initialize the
1667
+ initializer list, \code {{}} . This is usually the preferred way to initialize the
1668
1668
variable, when it should initially be filled with zeroes. For example:
1669
1669
1670
1670
\small
@@ -1677,7 +1677,7 @@ \subsection{Initializing variables of fixed size array types}
1677
1677
\end {minted }
1678
1678
\normalsize
1679
1679
1680
- \code {Index} and \code {Size} both have a static ` Filled(fillValue)` member
1680
+ \code {Index} and \code {Size} both have a static \code { Filled(fillValue)} member
1681
1681
function, to allow creating a variable that is filled with an arbitrary value.
1682
1682
For these types, this is usually the preferred way to initialize the variable,
1683
1683
when it should initially be filled with a value that may be non-zero. For
@@ -1693,7 +1693,7 @@ \subsection{Initializing variables of fixed size array types}
1693
1693
\end {minted }
1694
1694
\normalsize
1695
1695
1696
- For other fixed size array types, the function ` itk::MakeFilled<T>(fillValue)`
1696
+ For other fixed size array types, the function \code { itk::MakeFilled<T>(fillValue)}
1697
1697
is preferable, when the array should initially be filled with a value that may
1698
1698
be non-zero. For example:
1699
1699
0 commit comments