Remove extra space between NP entries

This commit is contained in:
Mael Rouxel-Labbé 2025-09-22 11:53:21 +02:00
parent 5c058a8c9b
commit 561ec37dc6
4 changed files with 0 additions and 5 deletions

View File

@ -337,7 +337,6 @@ bool write_GOCAD(std::ostream& os,
* of the iterator of `PointRange` and value type is a point type with floating point coordinates}
* \cgalParamDefault{`CGAL::Identity_property_map<std::iterator_traits<PointRange::iterator>::value_type>`}
* \cgalParamNEnd
*
* \cgalParamNBegin{stream_precision}
* \cgalParamDescription{a parameter used to set the precision (i.e. how many digits are generated) of the output stream}
* \cgalParamType{int}

View File

@ -320,7 +320,6 @@ bool read_OBJ(const std::string& fname,
* of the iterator of `PointRange` and value type is a point type with floating point coordinates}
* \cgalParamDefault{`CGAL::Identity_property_map<std::iterator_traits<PointRange::iterator>::value_type>`}
* \cgalParamNEnd
*
* \cgalParamNBegin{stream_precision}
* \cgalParamDescription{a parameter used to set the precision (i.e. how many digits are generated) of the output stream}
* \cgalParamType{int}

View File

@ -273,7 +273,6 @@ bool read_OFF(const std::string& fname,
* of the iterator of `PointRange` and value type is a point type with floating point coordinates}
* \cgalParamDefault{`CGAL::Identity_property_map<std::iterator_traits<PointRange::iterator>::value_type>`}
* \cgalParamNEnd
*
* \cgalParamNBegin{stream_precision}
* \cgalParamDescription{a parameter used to set the precision (i.e. how many digits are generated) of the output stream}
* \cgalParamType{int}
@ -321,7 +320,6 @@ bool write_OFF(std::ostream& os,
* of the iterator of `PointRange` and value type is a point type with floating point coordinates}
* \cgalParamDefault{`CGAL::Identity_property_map<geom_traits::Point_3>`}
* \cgalParamNEnd
*
* \cgalParamNBegin{stream_precision}
* \cgalParamDescription{a parameter used to set the precision (i.e. how many digits are generated) of the output stream}
* \cgalParamType{int}

View File

@ -148,7 +148,6 @@ bool read_polygon_soup(const std::string& fname,
* of the iterator of `PointRange` and value type is a point type with floating point coordinates}
* \cgalParamDefault{`CGAL::Identity_property_map<std::iterator_traits<PointRange::iterator>::value_type>`}
* \cgalParamNEnd
*
* \cgalParamNBegin{verbose}
* \cgalParamDescription{indicates whether output warnings and error messages should be printed or not.}
* \cgalParamType{Boolean}