diff --git a/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex b/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex index bdd7aa48..ace41c95 100644 --- a/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex +++ b/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex @@ -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}