diff --git a/BGL/include/CGAL/boost/graph/io.h b/BGL/include/CGAL/boost/graph/io.h index 5a627d6d284..7c4e1ff92ef 100644 --- a/BGL/include/CGAL/boost/graph/io.h +++ b/BGL/include/CGAL/boost/graph/io.h @@ -71,7 +71,7 @@ bool write_off(std::ostream& os, /*! \ingroup PkgBGLIOFct - writes the graph `g` in the OFF format. + writes the graph `g` in the OFF format into a file named `fname`. \sa Overloads of this function for specific models of the concept `FaceGraph`. */ diff --git a/Installation/changes.html b/Installation/changes.html index 743e46f3887..c30bdf664f4 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -1,4 +1,4 @@ - + @@ -235,6 +235,9 @@ and src/ directories). as seam edges. +
  • Add the functions read_off() and write_off(). +
  • +