From f16921c170dee7a7f987afcfa5de923ac8d37dd5 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 17 Nov 2020 11:45:32 +0100 Subject: Some doxygen improvements with a cell complex construction basic example --- .../include/gudhi/Cell_complex/Hasse_diagram_cell.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Coxeter_triangulation/include') 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. -- cgit v1.2.3