summaryrefslogtreecommitdiff
path: root/src/Coxeter_triangulation/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/Coxeter_triangulation/include')
-rw-r--r--src/Coxeter_triangulation/include/gudhi/Cell_complex/Hasse_diagram_cell.h2
1 files changed, 0 insertions, 2 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 24045c0c..04d50784 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
@@ -36,8 +36,6 @@ class Hasse_diagram;
* 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).
*
- * Please refer to \ref Hasse_diagram for examples.
- *
* The complex is a template class requiring the following parameters:
* Incidence_type_ - determine the type of incidence coefficients. Use integers in most general case.
* Filtration_type_ - type of filtration of cells.