From 15e07360a739d00bf85dacdf11b3c590b54c89c6 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Wed, 14 Nov 2012 09:00:51 +0100 Subject: [PATCH] Correct a link (and test git commit ;) --- .../doc/Combinatorial_map/Concepts/CellAttribute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Combinatorial_map/doc/Combinatorial_map/Concepts/CellAttribute.h b/Combinatorial_map/doc/Combinatorial_map/Concepts/CellAttribute.h index 79a397342aa..6481e271614 100644 --- a/Combinatorial_map/doc/Combinatorial_map/Concepts/CellAttribute.h +++ b/Combinatorial_map/doc/Combinatorial_map/Concepts/CellAttribute.h @@ -7,7 +7,7 @@ The concept `CellAttribute` represents a non void attribute associated with a cell of a combinatorial map. It can keep a handle to one dart of its associated cell, and can contain any information. -\cgalHasModel `CGAL::Cell_attribute` +\cgalHasModel \link CGAL::Cell_attribute CGAL::Cell_attribute\endlink \sa `CombinatorialMap` \sa `CombinatorialMapItems`