From 9400797e490fe1d838d38b7540e34db5a6df41b0 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Fri, 30 Sep 2016 16:10:25 -0400 Subject: [PATCH] Add missing tparam --- Combinatorial_map/doc/Combinatorial_map/CGAL/Cell_attribute.h | 1 - .../doc/Combinatorial_map/CGAL/Combinatorial_map_min_items.h | 2 ++ .../doc/Generalized_map/CGAL/Generalized_map_min_items.h | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Combinatorial_map/doc/Combinatorial_map/CGAL/Cell_attribute.h b/Combinatorial_map/doc/Combinatorial_map/CGAL/Cell_attribute.h index 4560abffe38..1093973d2c8 100644 --- a/Combinatorial_map/doc/Combinatorial_map/CGAL/Cell_attribute.h +++ b/Combinatorial_map/doc/Combinatorial_map/CGAL/Cell_attribute.h @@ -8,7 +8,6 @@ The class `Cell_attribute` represents an attribute containing (or not) an inform \cgalModels `CellAttribute` - \tparam Map must be a model of the `BasicMap` concept. \tparam Info_ is the type of the information contained in the attribute. diff --git a/Combinatorial_map/doc/Combinatorial_map/CGAL/Combinatorial_map_min_items.h b/Combinatorial_map/doc/Combinatorial_map/CGAL/Combinatorial_map_min_items.h index 35a178a432d..9e36463e9cd 100644 --- a/Combinatorial_map/doc/Combinatorial_map/CGAL/Combinatorial_map_min_items.h +++ b/Combinatorial_map/doc/Combinatorial_map/CGAL/Combinatorial_map_min_items.h @@ -8,6 +8,8 @@ The class `Combinatorial_map_min_items` is a model of the `BasicMapItems` concep \cgalModels `BasicMapItems` +\tparam d the dimension of the combinatorial map. + \cgalHeading{Example} The following example shows the implementation of the `Combinatorial_map_min_items` class. diff --git a/Generalized_map/doc/Generalized_map/CGAL/Generalized_map_min_items.h b/Generalized_map/doc/Generalized_map/CGAL/Generalized_map_min_items.h index 26736fce283..f412c20a2df 100644 --- a/Generalized_map/doc/Generalized_map/CGAL/Generalized_map_min_items.h +++ b/Generalized_map/doc/Generalized_map/CGAL/Generalized_map_min_items.h @@ -8,6 +8,8 @@ The class `Generalized_map_min_items` is a model of the `BasicMapItems` concept. \cgalModels `GeneralizedMapItems` +\tparam d the dimension of the generalized map. + \cgalHeading{Example} The following example shows the implementation of the `Generalized_map_min_items` class.