summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistent_cohomology/include')
-rw-r--r--src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h3
-rw-r--r--src/Persistent_cohomology/include/gudhi/Persistent_cohomology/Field_Zp.h3
-rw-r--r--src/Persistent_cohomology/include/gudhi/Persistent_cohomology/Multi_field.h3
3 files changed, 3 insertions, 6 deletions
diff --git a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
index d77b993e..1b86f1f9 100644
--- a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
+++ b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
@@ -174,8 +174,7 @@ different representations.
@{
*/
-/** \class Persistent_cohomology Persistent_cohomology.h gudhi/Persistent_cohomology.h
- * \brief Computes the persistent cohomology of a filtered complex.
+/** \brief Computes the persistent cohomology of a filtered complex.
*
* The computation is implemented with a Compressed Annotation Matrix
* (CAM)\cite DBLP:conf/esa/BoissonnatDM13,
diff --git a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology/Field_Zp.h b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology/Field_Zp.h
index 458dff98..6db16e69 100644
--- a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology/Field_Zp.h
+++ b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology/Field_Zp.h
@@ -30,8 +30,7 @@ namespace Gudhi {
namespace persistent_cohomology {
-/** \class Field_Zp Field_Zp.h gudhi/Persistent_cohomology/Field_Zp.h
- * \brief Structure representing the coefficient field \f$\mathbb{Z}/p\mathbb{Z}\f$
+/** \brief Structure representing the coefficient field \f$\mathbb{Z}/p\mathbb{Z}\f$
*
* \implements CoefficientField
* \ingroup persistent_cohomology
diff --git a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology/Multi_field.h b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology/Multi_field.h
index 5f987545..38bc08d1 100644
--- a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology/Multi_field.h
+++ b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology/Multi_field.h
@@ -32,8 +32,7 @@ namespace Gudhi {
namespace persistent_cohomology {
-/** \class Multi_field Multi_field.h gudhi/Persistent_cohomology/Multi_field.h
- * \brief Structure representing coefficients in a set of finite fields simultaneously
+/** \brief Structure representing coefficients in a set of finite fields simultaneously
* using the chinese remainder theorem.
*
* \implements CoefficientField