From bfd89c0959adb2fafe15fc7d930d4aa3589a0e83 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Tue, 12 Apr 2022 17:18:27 +0200 Subject: doc review: accordingly to the review, replace the other places where it was also not well explained --- src/Simplex_tree/include/gudhi/Simplex_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Simplex_tree/include/gudhi/Simplex_tree.h') diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h index 0bd76baa..34bc5ace 100644 --- a/src/Simplex_tree/include/gudhi/Simplex_tree.h +++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h @@ -191,7 +191,7 @@ class Simplex_tree { * * 'value_type' is std::pair. */ typedef Simplex_tree_boundary_opposite_vertex_simplex_iterator Boundary_opposite_vertex_simplex_iterator; - /** \brief Range over the simplices of the boundary and its opposite vertex of a simplex. */ + /** \brief Range over the simplices of the boundary of a simplex and their opposite vertices. */ typedef boost::iterator_range Boundary_opposite_vertex_simplex_range; /** \brief Iterator over the simplices of the simplicial complex. * -- cgit v1.2.3