From a69b2918d2bf1ea29d5d0fc1843e6584fb57bc87 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 30 Jun 2017 15:55:50 +0200 Subject: [PATCH] Add to changes.html --- BGL/include/CGAL/boost/graph/io.h | 2 +- Installation/changes.html | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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(). +
  • +