mirror of https://github.com/CGAL/cgal
Remove extra space between NP entries
This commit is contained in:
parent
5c058a8c9b
commit
561ec37dc6
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue