Skip to content
Snippets Groups Projects
Commit 8be9d936 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: fix subdoxygen macro

parent c50067cc
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,12 @@
% Define command to make reference to on-line Doxygen documentation
\newcommand{\subdoxygen}[3]{
\ifthenelse{ \equal{#1}{otb}{
\ifthenelse{ \equal{#1}{otb}
}{
\href{http://www.orfeo-toolbox.org/doxygen/class#1_1_1#2_1_1#3.html}{\code{#1::#2::#3}}
}{
\href{http://www.itk.org/Doxygen/html/class#1_1_1#2_1_1#3.html}{\code{#1::#2::#3}}
}
}
}}
% Define command for the standard comment introducing classes with similar functionalities
\newcommand{\relatedClasses}{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment