summaryrefslogtreecommitdiff
path: root/src/common/include/gudhi/Points_off_io.h
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-05-03 14:14:21 +0200
committerGitHub <noreply@github.com>2021-05-03 14:14:21 +0200
commita6d8eed666d168d4bf38789024b92b5af081c85d (patch)
treec49623f53bfec2ce8215637e1eecc5fa7cd704c8 /src/common/include/gudhi/Points_off_io.h
parent70387c34b638972b7c51017b81949f32ddd63e39 (diff)
parente90121bf0c62de00e0d10548f833632f3dfdf799 (diff)
Merge pull request #484 from VincentRouvreau/doxygen_improvement
Doxygen documentation improvement
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 {