summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Coxeter_triangulation/include/gudhi/Cell_complex/Hasse_diagram_cell.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Coxeter_triangulation/include/gudhi/Cell_complex/Hasse_diagram_cell.h b/src/Coxeter_triangulation/include/gudhi/Cell_complex/Hasse_diagram_cell.h
index 04d50784..59e9a350 100644
--- a/src/Coxeter_triangulation/include/gudhi/Cell_complex/Hasse_diagram_cell.h
+++ b/src/Coxeter_triangulation/include/gudhi/Cell_complex/Hasse_diagram_cell.h
@@ -31,7 +31,9 @@ class Hasse_diagram;
* \ingroup Hasse_diagram
*
* \details
- * This is a data structure to store a cell in a general Hasse diagram data structure. It store the following
+ * The use and interfaces of this Hasse diagram cell is limited to the \ref coxeter_triangulation implementation.
+ *
+ * This is a data structure to store a cell in a general Hasse diagram data structure. It stores the following
* information about the cell: References to boundary and coBoundary elements, dimension of a cell and its filtration.
* It also allow to store any additional information of a type Additional_information which is a template parameter of
* the class (set by default to void).