From 4f229573f2e52a9385d05a2ce6235d77841f2368 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Mon, 3 Oct 2016 15:29:03 +0000 Subject: Fix doc issue git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/rips_complex_module@1611 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ed254b9a2b953723aa1a10623f688613f3a0c408 --- src/Rips_complex/include/gudhi/Rips_complex.h | 2 -- src/common/doc/main_page.h | 5 ----- 2 files changed, 7 deletions(-) diff --git a/src/Rips_complex/include/gudhi/Rips_complex.h b/src/Rips_complex/include/gudhi/Rips_complex.h index 9eb22d03..aee6c969 100644 --- a/src/Rips_complex/include/gudhi/Rips_complex.h +++ b/src/Rips_complex/include/gudhi/Rips_complex.h @@ -52,8 +52,6 @@ namespace rips_complex { * * The complex is a template class requiring a Filtration_value type. * - * \remark When Alpha_complex is constructed with an infinite value of alpha, the complex is a Delaunay complex. - * * \tparam Filtration_value must meet `SimplicialComplexForRips` concept. */ template diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h index a38dbcdf..1d2b99df 100644 --- a/src/common/doc/main_page.h +++ b/src/common/doc/main_page.h @@ -200,8 +200,6 @@ make \endverbatim * * The following example requires the GNU Multiple Precision Arithmetic * Library (GMP) and will not be built if GMP is not installed: - * \li - * Persistent_cohomology/performance_rips_persistence.cpp * \li * Persistent_cohomology/rips_multifield_persistence.cpp * @@ -289,8 +287,6 @@ make \endverbatim * Persistent_cohomology/alpha_complex_persistence.cpp * \li * Persistent_cohomology/rips_persistence_via_boundary_matrix.cpp - * \li - * Persistent_cohomology/performance_rips_persistence.cpp * \li * Persistent_cohomology/persistence_from_file.cpp * \li @@ -343,7 +339,6 @@ make \endverbatim * @example Persistent_cohomology/alpha_complex_3d_persistence.cpp * @example Persistent_cohomology/alpha_complex_persistence.cpp * @example Persistent_cohomology/rips_persistence_via_boundary_matrix.cpp - * @example Persistent_cohomology/performance_rips_persistence.cpp * @example Persistent_cohomology/periodic_alpha_complex_3d_persistence.cpp * @example Persistent_cohomology/persistence_from_file.cpp * @example Persistent_cohomology/persistence_from_simple_simplex_tree.cpp -- cgit v1.2.3