summaryrefslogtreecommitdiff
path: root/src/Coxeter_triangulation/include
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-11-17 11:45:32 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-11-17 11:45:32 +0100
commitf16921c170dee7a7f987afcfa5de923ac8d37dd5 (patch)
tree788299daa5068cac75019c91f33151b26add2d15 /src/Coxeter_triangulation/include
parent1d7c18e91a73a539e807d323a47d32bbba18dac7 (diff)
Some doxygen improvements with a cell complex construction basic example
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.