Add missing tparam

This commit is contained in:
Guillaume Damiand 2016-09-30 16:10:25 -04:00
parent 52266f5f82
commit 9400797e49
3 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.