summaryrefslogtreecommitdiff
path: root/src/common/include/gudhi/Points_3D_off_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/include/gudhi/Points_3D_off_io.h')
-rw-r--r--src/common/include/gudhi/Points_3D_off_io.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/common/include/gudhi/Points_3D_off_io.h b/src/common/include/gudhi/Points_3D_off_io.h
index 02e6f910..45c8455e 100644
--- a/src/common/include/gudhi/Points_3D_off_io.h
+++ b/src/common/include/gudhi/Points_3D_off_io.h
@@ -41,7 +41,6 @@ class Points_3D_off_visitor_reader {
bool valid_;
public:
-
/** @brief Off_reader visitor init implementation.
*
* The init parameters are set from OFF file header.
@@ -140,11 +139,11 @@ class Points_3D_off_visitor_reader {
*
* Asserts
*
- * @include common/CGAL_Points_3D_off_reader.cpp
+ * @include common/CGAL_3D_points_off_reader.cpp
*
* When launching:
*
- * @code $> ./cgal3Doffreader ../../data/points/alphacomplexdoc.off
+ * @code $> ./cgal3Doffreader ../../data/points/tore3D_300.off
* @endcode
*
* the program output is:
@@ -154,7 +153,6 @@ class Points_3D_off_visitor_reader {
template<typename Point_3>
class Points_3D_off_reader {
public:
-
/** @brief Reads the OFF file and constructs a vector of points from the points
* that are in the OFF file.
*
@@ -201,6 +199,6 @@ class Points_3D_off_reader {
bool valid_;
};
-} // namespace Gudhi
+} // namespace Gudhi
#endif // POINTS_3D_OFF_IO_H_