summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-05 12:45:40 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-05 12:45:40 +0000
commit4f5809ac9e4989b6d7920c2fad45b16eea498d1d (patch)
tree7bc743b0ed22d579962be3c02dffa237deb09449 /src
parent9b4c31ef855bf5c98718675a9caab52e8d8514e7 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h4
1 files 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<T...> & st) {
/** Model of SimplexTreeOptions.
*
- * Maximum number of simplices to compute persistence is <CODE>std::numeric_limits<std::uint32_t>::max()<\CODE>
+ * Maximum number of simplices to compute persistence is <CODE>std::numeric_limits<std::uint32_t>::max()</CODE>
* (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 <CODE>std::numeric_limits<std::uint32_t>::max()<\CODE>
+ * Maximum number of simplices to compute persistence is <CODE>std::numeric_limits<std::uint32_t>::max()</CODE>
* (about 4 billions of simplices). */
struct Simplex_tree_options_fast_persistence {