From 298ae783896d7a9fee43b58a3a01041c9106962c Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 23 May 2022 13:25:06 +0200 Subject: Documentation: handling references to examples in a more transparent way Adding the other examples also with `gudhi_example_link`. --- src/Cech_complex/doc/Intro_cech_complex.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Cech_complex') diff --git a/src/Cech_complex/doc/Intro_cech_complex.h b/src/Cech_complex/doc/Intro_cech_complex.h index 698f9749..095fd320 100644 --- a/src/Cech_complex/doc/Intro_cech_complex.h +++ b/src/Cech_complex/doc/Intro_cech_complex.h @@ -70,9 +70,8 @@ namespace cech_complex { * This radius computation is the reason why the Cech_complex is taking much more time to be computed than the * \ref rips_complex but it offers more topological guarantees. * - * If the Cech_complex interfaces are not detailed enough for your need, please refer to - * - * cech_complex_step_by_step.cpp example, where the graph construction over the Simplex_tree is more detailed. + * If the Cech_complex interfaces are not detailed enough for your need, please refer to the example + * \gudhi_example_link{Cech_complex,cech_complex_step_by_step.cpp}, where the graph construction over the Simplex_tree is more detailed. * * \subsection cechpointscloudexample Example from a point cloud * -- cgit v1.2.3