summaryrefslogtreecommitdiff
path: root/include/gudhi/Points_3D_off_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gudhi/Points_3D_off_io.h')
-rw-r--r--include/gudhi/Points_3D_off_io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gudhi/Points_3D_off_io.h b/include/gudhi/Points_3D_off_io.h
index 2647f11e..b0d24998 100644
--- a/include/gudhi/Points_3D_off_io.h
+++ b/include/gudhi/Points_3D_off_io.h
@@ -132,12 +132,12 @@ class Points_3D_off_visitor_reader {
*
* @code template<class InputIterator > Point_3::Point_3(double x, double y, double z) @endcode
*
- * @section Example
+ * @section point3doffioexample Example
*
* This example loads points from an OFF file and builds a vector of CGAL points in dimension 3.
* Then, it is asked to display the points.
*
- * @include common/CGAL_3D_points_off_reader.cpp
+ * @include common/example_CGAL_3D_points_off_reader.cpp
*
* When launching:
*