summaryrefslogtreecommitdiff
path: root/src/common/include/gudhi/Points_off_io.h
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2021-05-28 17:45:24 +0200
committerHind-M <hind.montassif@gmail.com>2021-05-28 17:45:24 +0200
commit128281228ac8462acc82f3d9288e764a9688b293 (patch)
tree382d497744b7d2c37fea0142c5bcdc2a1d8dc289 /src/common/include/gudhi/Points_off_io.h
parent0b238a336f15128d777252cd084ee996491e6882 (diff)
parent845b02ff408eb50207165b8e11136e4b1888612a (diff)
Merge remote-tracking branch 'upstream/master' into generate_points_torus_python
Diffstat (limited to 'src/common/include/gudhi/Points_off_io.h')
-rw-r--r--src/common/include/gudhi/Points_off_io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/include/gudhi/Points_off_io.h b/src/common/include/gudhi/Points_off_io.h
index 9dc40568..3aa8afd8 100644
--- a/src/common/include/gudhi/Points_off_io.h
+++ b/src/common/include/gudhi/Points_off_io.h
@@ -107,7 +107,7 @@ class Points_off_visitor_reader {
* This example loads points from an OFF file and builds a vector of points (vector of double).
* Then, it is asked to display the points.
*
- * \include common/example_vector_double_points_off_reader.cpp
+ * \include example_vector_double_points_off_reader.cpp
*
* When launching:
*
@@ -116,7 +116,7 @@ class Points_off_visitor_reader {
*
* the program outputs a file ../../data/points/alphacomplexdoc.off.txt:
*
- * \include common/vectordoubleoffreader_result.txt
+ * \include vectordoubleoffreader_result.txt
*/
template<typename Point_d>
class Points_off_reader {