summaryrefslogtreecommitdiff
path: root/src/Cech_complex/doc
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-05-24 15:48:17 +0200
committerGitHub <noreply@github.com>2022-05-24 15:48:17 +0200
commite415d500fe8739414803b8cc127484562079d27e (patch)
tree167abde0ac4cf1fbf0e66753793c2f8ff2b3d958 /src/Cech_complex/doc
parent7e2fb7b6f5c9664e377a3211cb60aebec14e4d6e (diff)
parent298ae783896d7a9fee43b58a3a01041c9106962c (diff)
Merge pull request #623 from albert-github/feature/bug_gudhi_example
Documentation: handling references to examples in a more transparent way
Diffstat (limited to 'src/Cech_complex/doc')
-rw-r--r--src/Cech_complex/doc/Intro_cech_complex.h5
1 files changed, 2 insertions, 3 deletions
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
- * <a href="cech_complex_step_by_step_8cpp-example.html">
- * cech_complex_step_by_step.cpp</a> 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
*