Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,12 @@ \subsection{Doxygen Documentation System}
Doxygen requires the embedding of simple comments in the code which is in turn
extracted and formatted into documentation.

Note that ITK prefers the backslash (\code{\textbackslash\textbackslash})
style versus the at-sign (\code{@}) style to write the documentation commands.
Note that ITK prefers the backslash (\code{\textbackslash}) style versus the
at-sign (\code{@}) style to write the documentation commands (e.g.
\code{\textbackslash{}class}).

For more information about Doxygen, please visit
\href{http://www.stack.nl/~dimitri/doxygen/}{http://www.stack.nl/~dimitri/doxygen/}
\href{https://www.doxygen.nl/index.html}{https://www.doxygen.nl/index.html}.

\subsection{vnl Math Library}
\label{subsec:vnlMathLibrary}
Expand Down