We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15a0875 + e481462 commit b46f6beCopy full SHA for b46f6be
SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex
@@ -271,6 +271,9 @@ \subsection{Doxygen Documentation System}
271
Doxygen requires the embedding of simple comments in the code which is in turn
272
extracted and formatted into documentation.
273
274
+Note that ITK prefers the backslash (``\\'') style versus the at-sign (``@'')
275
+style to write the documentation commands.
276
+
277
For more information about Doxygen, please visit
278
\href{http://www.stack.nl/~dimitri/doxygen/}{http://www.stack.nl/~dimitri/doxygen/}
279
0 commit comments