summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-06-08 08:23:35 +0200
committerGitHub <noreply@github.com>2022-06-08 08:23:35 +0200
commit7104320ae4f38e3f6d3b929310e3f7a4ff706750 (patch)
tree68585deba7125569b893df725fa10a3f2f118e72 /src/Persistent_cohomology
parent2a33be5f580e5d868efe674471f32d1d025fb3c4 (diff)
parent9e3d0f79234fcc27ee10c4a4f36726775ee262f7 (diff)
Merge pull request #616 from VincentRouvreau/doxygen_unbalanced_groupings
Fix unbalanced groups and some doxygen typos
Diffstat (limited to 'src/Persistent_cohomology')
-rw-r--r--src/Persistent_cohomology/concept/FilteredComplex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Persistent_cohomology/concept/FilteredComplex.h b/src/Persistent_cohomology/concept/FilteredComplex.h
index 26ac7ac8..59ce25e3 100644
--- a/src/Persistent_cohomology/concept/FilteredComplex.h
+++ b/src/Persistent_cohomology/concept/FilteredComplex.h
@@ -103,7 +103,7 @@ Filtration_simplex_range filtration_simplex_range();
/** @} */
-/* \brief Iterator over the simplices of the complex,
+/** \brief Iterator over the simplices of the complex,
* in an arbitrary order.
*
* 'value_type' must be 'Simplex_handle'.*/