From 4f5809ac9e4989b6d7920c2fad45b16eea498d1d Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 5 Aug 2016 12:45:40 +0000 Subject: bad tag termination for doxygen git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/3billions_simplices_fix@1421 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7665d06c502a1ed93d87d0393e630083e34bc846 --- src/Simplex_tree/include/gudhi/Simplex_tree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h index 91b27f28..41db58e6 100644 --- a/src/Simplex_tree/include/gudhi/Simplex_tree.h +++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h @@ -1300,7 +1300,7 @@ std::istream& operator>>(std::istream & is, Simplex_tree & st) { /** Model of SimplexTreeOptions. * - * Maximum number of simplices to compute persistence is std::numeric_limits::max()<\CODE> + * Maximum number of simplices to compute persistence is std::numeric_limits::max() * (about 4 billions of simplices). */ struct Simplex_tree_options_full_featured { typedef linear_indexing_tag Indexing_tag; @@ -1315,7 +1315,7 @@ struct Simplex_tree_options_full_featured { /** Model of SimplexTreeOptions, faster than `Simplex_tree_options_full_featured` but note the unsafe * `contiguous_vertices` option. * - * Maximum number of simplices to compute persistence is std::numeric_limits::max()<\CODE> + * Maximum number of simplices to compute persistence is std::numeric_limits::max() * (about 4 billions of simplices). */ struct Simplex_tree_options_fast_persistence { -- cgit v1.2.3