mirror of https://github.com/CGAL/cgal
21 lines
799 B
TeX
21 lines
799 B
TeX
\begin{ccRefEnum}{Angle}
|
|
\ccInclude{CGAL/enum.h}
|
|
|
|
\ccGlobalEnum{enum Angle {OBTUSE, RIGHT, ACUTE};
|
|
}
|
|
|
|
\ccRefLabel{OBTUSE} %% add label for table-of-contents in intro.tex.
|
|
\ccRefLabel{RIGHT} %% add label for table-of-contents in intro.tex.
|
|
\ccRefLabel{ACUTE} %% add label for table-of-contents in intro.tex.
|
|
\ccHtmlCrossLink{OBTUSE} %% add further rules for cross referencing links
|
|
\ccHtmlCrossLink{RIGHT} %% add further rules for cross referencing links
|
|
\ccHtmlCrossLink{ACUTE} %% add further rules for cross referencing links
|
|
\ccHtmlIndexC[enum_tags]{OBTUSE} %% add further index entries
|
|
\ccHtmlIndexC[enum_tags]{RIGHT} %% add further index entries
|
|
\ccHtmlIndexC[enum_tags]{ACUTE} %% add further index entries
|
|
|
|
\ccSeeAlso
|
|
\ccc{Kernel::Angle_2},
|
|
\ccc{Kernel::Angle_3}
|
|
\end{ccRefEnum}
|