mirror of https://github.com/CGAL/cgal
Add missing tparam
This commit is contained in:
parent
52266f5f82
commit
9400797e49
|
|
@ -8,7 +8,6 @@ The class `Cell_attribute` represents an attribute containing (or not) an inform
|
||||||
|
|
||||||
\cgalModels `CellAttribute`
|
\cgalModels `CellAttribute`
|
||||||
|
|
||||||
|
|
||||||
\tparam Map must be a model of the `BasicMap` concept.
|
\tparam Map must be a model of the `BasicMap` concept.
|
||||||
|
|
||||||
\tparam Info_ is the type of the information contained in the attribute.
|
\tparam Info_ is the type of the information contained in the attribute.
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,8 @@ The class `Combinatorial_map_min_items` is a model of the `BasicMapItems` concep
|
||||||
|
|
||||||
\cgalModels `BasicMapItems`
|
\cgalModels `BasicMapItems`
|
||||||
|
|
||||||
|
\tparam d the dimension of the combinatorial map.
|
||||||
|
|
||||||
\cgalHeading{Example}
|
\cgalHeading{Example}
|
||||||
|
|
||||||
The following example shows the implementation of the `Combinatorial_map_min_items` class.
|
The following example shows the implementation of the `Combinatorial_map_min_items` class.
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,8 @@ The class `Generalized_map_min_items` is a model of the `BasicMapItems` concept.
|
||||||
|
|
||||||
\cgalModels `GeneralizedMapItems`
|
\cgalModels `GeneralizedMapItems`
|
||||||
|
|
||||||
|
\tparam d the dimension of the generalized map.
|
||||||
|
|
||||||
\cgalHeading{Example}
|
\cgalHeading{Example}
|
||||||
|
|
||||||
The following example shows the implementation of the `Generalized_map_min_items` class.
|
The following example shows the implementation of the `Generalized_map_min_items` class.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue