From f30f0ef1f8dc14d7e8be2efeb881b0c8f898ec80 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Mon, 17 Oct 2016 14:22:58 -0400 Subject: [PATCH] Remove a tred --- Combinatorial_map/doc/Combinatorial_map/Combinatorial_map.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Combinatorial_map/doc/Combinatorial_map/Combinatorial_map.txt b/Combinatorial_map/doc/Combinatorial_map/Combinatorial_map.txt index e747699a8ad..d907c018585 100644 --- a/Combinatorial_map/doc/Combinatorial_map/Combinatorial_map.txt +++ b/Combinatorial_map/doc/Combinatorial_map/Combinatorial_map.txt @@ -190,7 +190,7 @@ All information associated to darts (information, \f$ \beta\f$ links and attribu \subsection ssecitem Combinatorial Map Items -\tred{The `GenericMapItems` concept defines information associated with darts, and attribute types of a combinatorial map. It contains one inner class named \link GenericMapItems::Dart_wrapper `Dart_wrapper`\endlink, having one template parameter, `Map`, a model of `GenericMap` concept. The \link GenericMapItems::Dart_wrapper `Dart_wrapper`\endlink class \tred{can provide} two local types: `%Dart_info` for the information associated with darts, and `%Attributes` which defines the attributes and their types.} +\tred{The `GenericMapItems` concept defines information associated with darts, and attribute types of a combinatorial map. It contains one inner class named \link GenericMapItems::Dart_wrapper `Dart_wrapper`\endlink, having one template parameter, `Map`, a model of `GenericMap` concept. The \link GenericMapItems::Dart_wrapper `Dart_wrapper`\endlink class can provide two local types: `%Dart_info` for the information associated with darts, and `%Attributes` which defines the attributes and their types.} \tred{If `%Dart_info` is not defined or if it is equal to `void`, no information is associated with darts.}