summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/doc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bottleneck_distance/doc')
-rw-r--r--src/Bottleneck_distance/doc/Intro_bottleneck_distance.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h b/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h
index 2cf10975..9a792048 100644
--- a/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h
+++ b/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h
@@ -26,15 +26,20 @@
// needs namespace for Doxygen to link on classes
namespace Gudhi {
// needs namespace for Doxygen to link on classes
-namespace Bottleneck_distance {
+namespace bottleneck_distance {
/** \defgroup bottleneck_distance Bottleneck distance
*
* \author François Godi
+ * @{
*
+ * \section bottleneckdefinition Definition
+ *
+ * Bottleneck distance is blablabla...
*/
+/** @} */ // end defgroup bottleneck_distance
-} // namespace Bottleneck_distance
+} // namespace bottleneck_distance
} // namespace Gudhi