mirror of https://github.com/CGAL/cgal
prevented non-CGAL include files from being dead-linked
This commit is contained in:
parent
e9a9ca7ae9
commit
69c9fd5749
|
|
@ -8,7 +8,10 @@ even be inlined. The following function object classes are defined in \stl.
|
|||
|
||||
\section{Arithmetic operations}
|
||||
|
||||
% prevent dead links to non-CGAL include files
|
||||
\ccHtmlLinksOff
|
||||
\ccInclude{functional}
|
||||
\ccHtmlLinksOn
|
||||
|
||||
\stl\ defines the following function object classes \ccStyle{plus<T>},
|
||||
\ccStyle{minus<T>}, \ccStyle{times<T>}, \ccStyle{divides<T>}, and
|
||||
|
|
|
|||
|
|
@ -10,9 +10,10 @@ random access iterators. In addition it supports
|
|||
constant time insert and erase operations at both ends. Insert and erase
|
||||
in the middle take linear time.
|
||||
|
||||
|
||||
% prevent dead links to non-CGAL include files
|
||||
\ccHtmlLinksOff
|
||||
\ccInclude{deque}
|
||||
|
||||
\ccHtmlLinksOn
|
||||
|
||||
\ccTypes
|
||||
\ccNestedType{iterator}{A mutable random access iterator.}
|
||||
|
|
|
|||
|
|
@ -9,8 +9,10 @@ An object of the class \ccClassName\ is a sequence that supports
|
|||
bidirectional iterators and allows constant time insert and erase
|
||||
operations anywhere within the sequence.
|
||||
|
||||
% prevent dead links to non-CGAL include files
|
||||
\ccHtmlLinksOff
|
||||
\ccInclude{list}
|
||||
|
||||
\ccHtmlLinksOn
|
||||
|
||||
\ccTypes
|
||||
\ccNestedType{iterator}{A mutable bidirectional iterator.}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,11 @@ relation \ccStyle{Compare}.
|
|||
Elements are stored in maps as \ccStyle{pairs} of \ccStyle{Key} and
|
||||
\ccStyle{T}.
|
||||
|
||||
|
||||
% prevent dead links to non-CGAL include files
|
||||
\ccHtmlLinksOff
|
||||
\ccInclude{map}
|
||||
\ccHtmlLinksOn
|
||||
|
||||
\ccTypes
|
||||
\ccNestedType{iterator}{A const bidirectional iterator.}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,10 @@ The interface of the class \ccClassTemplateName\ is almost the same as of
|
|||
the class \ccStyle{map<Key, Compare>}. We only list the functions
|
||||
that have a different syntax or semantics.
|
||||
|
||||
% prevent dead links to non-CGAL include files
|
||||
\ccHtmlLinksOff
|
||||
\ccInclude{map}
|
||||
\ccHtmlLinksOn
|
||||
|
||||
\ccTypes
|
||||
\ccNestedType{iterator}{A const bidirectional iterator.}
|
||||
|
|
|
|||
|
|
@ -13,8 +13,10 @@ The interface of the class \ccClassTemplateName\ is almost the same as of
|
|||
the class \ccStyle{set<Key, Compare>}. We only list the functions
|
||||
that have a different syntax or semantics.
|
||||
|
||||
% prevent dead links to non-CGAL include files
|
||||
\ccHtmlLinksOff
|
||||
\ccInclude{set}
|
||||
|
||||
\ccHtmlLinksOn
|
||||
|
||||
\ccTypes
|
||||
\ccNestedType{iterator}{A const bidirectional iterator.}
|
||||
|
|
|
|||
|
|
@ -10,8 +10,10 @@ type \ccStyle{Key}. It allows for the retrieval for the elements
|
|||
themselves. The elements in the set are ordered by the ordering
|
||||
relation \ccStyle{Compare}.
|
||||
|
||||
|
||||
% prevent dead links to non-CGAL include files
|
||||
\ccHtmlLinksOff
|
||||
\ccInclude{set}
|
||||
\ccHtmlLinksOn
|
||||
|
||||
\ccTypes
|
||||
\ccNestedType{iterator}{A const bidirectional iterator.}
|
||||
|
|
|
|||
|
|
@ -10,8 +10,10 @@ random access iterators. In addition it supports (amortized)
|
|||
constant time insert and erase operations at the end. Insert and erase
|
||||
in the middle take linear time.
|
||||
|
||||
% prevent dead links to non-CGAL include files
|
||||
\ccHtmlLinksOff
|
||||
\ccInclude{vector}
|
||||
|
||||
\ccHtmlLinksOn
|
||||
|
||||
\ccTypes
|
||||
\ccNestedType{iterator}{A mutable random access iterator.}
|
||||
|
|
|
|||
Loading…
Reference in New Issue