summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/doc
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-28 05:57:24 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-28 05:57:24 +0000
commit854e61dc5f31ab4528c104119007276a81916293 (patch)
tree13f65da30f9e5332fdf08e714dfdcb7f386fddf4 /src/Bottleneck_distance/doc
parent4b781e56b1bbe308fe1559bf1615720942c951b4 (diff)
Fix bottleneck doxygen issues
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck_integration@1574 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d85f8399427bb2518650adaf5f9e849b53e13048
Diffstat (limited to 'src/Bottleneck_distance/doc')
-rw-r--r--src/Bottleneck_distance/doc/Intro_bottleneck_distance.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h b/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h
index 795bcbea..00e614f6 100644
--- a/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h
+++ b/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h
@@ -30,17 +30,17 @@ namespace bottleneck_distance {
/** \defgroup bottleneck_distance Bottleneck distance
*
- * \author François Godi
+ * \author Fran&ccedil;ois Godi
* @{
*
* \section bottleneckdefinition Definition
*
- * Bottleneck distance mesures the similarity between two persistence diagrams.
+ * Bottleneck distance measures the similarity between two persistence diagrams.
* It's the shortest distance b for which there exists a perfect matching between
* the points of the two diagrams (+ all the diagonal points) such that
* any couple of matched points are at distance at most b.
*
- * \image html perturb_pd.png La bottleneck distance est la longueur de la plus longue arĂȘte.
+ * \image html perturb_pd.png Bottleneck distance is the length of the longest edge.
*
*/
/** @} */ // end defgroup bottleneck_distance