summaryrefslogtreecommitdiff
path: root/src/common/include/gudhi/Points_3D_off_io.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-04-15 12:12:45 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-04-15 12:12:45 +0000
commit3e46bcd4ec49e35937108bc44a3c0434a9ca174a (patch)
treed5faaf29c2a7bbbb46924b5819d0c3bd3ad1aa57 /src/common/include/gudhi/Points_3D_off_io.h
parent7e71749f8aa73236a244394eedd5f662ec3a1889 (diff)
Doc bug fix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/periodic_alpha_complex_3d@1121 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 48bb0bb605dfdb9c20bcf5d8de049aef6caf15a5
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_