From 33bd58bbefc3c4ee93056ecfd0a5c6c7bbde3805 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 30 Sep 2025 06:47:14 +0100 Subject: [PATCH] fix doxygen warning --- BGL/include/CGAL/boost/graph/IO/PLY.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BGL/include/CGAL/boost/graph/IO/PLY.h b/BGL/include/CGAL/boost/graph/IO/PLY.h index c58c228d58c..6b5f5237801 100644 --- a/BGL/include/CGAL/boost/graph/IO/PLY.h +++ b/BGL/include/CGAL/boost/graph/IO/PLY.h @@ -87,6 +87,7 @@ bool read_PLY_BGL(std::istream& is, \param is the input stream \param g the graph to be built from the input data + \param comments a string included line by line in the header of the PLY stream (each line will be precedeed by "comment ") \param np optional \ref bgl_namedparameters "Named Parameters" described below \cgalNamedParamsBegin @@ -173,6 +174,7 @@ bool read_PLY(std::istream& is, \param fname the name of the input file \param g the graph to be built from the input data + \param comments a string included line by line in the header of the PLY stream (each line will be precedeed by "comment \param np optional \ref bgl_namedparameters "Named Parameters" described below \cgalNamedParamsBegin