summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/include
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-04-01 07:56:34 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-04-01 07:56:34 +0000
commit178b86f53cb16964de4365948ada341b7012c1da (patch)
treeb90d45b9a5cde18be765c54805b6fd8c1ade5b49 /src/Persistent_cohomology/include
parent713749e0b82988106d8e4d296a87f0594e759ce0 (diff)
Rollback of class #include<gudhi/XXX.h>. Done from Doxyfile with STRIP_FROM_INC_PATH.
Modified Gudhi banner to fix "Geometric Uderstanding" into "Geometry Uderstanding" git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Doxygen_for_GUDHI_1.3.0@1090 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c5830fb6f583118a5078254fde5d4a97210c10b7
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