mirror of https://github.com/CGAL/cgal
BGL: Document use_binary_mode
This commit is contained in:
parent
fb48b16a37
commit
2d203cae0c
|
|
@ -201,6 +201,13 @@ bool read_polygon_mesh(const std::string& fname,
|
||||||
* \cgalParamExtra{This parameter is only meaningful while using \ascii encoding.}
|
* \cgalParamExtra{This parameter is only meaningful while using \ascii encoding.}
|
||||||
* \cgalParamNEnd
|
* \cgalParamNEnd
|
||||||
*
|
*
|
||||||
|
* \cgalParamNBegin{use_binary_mode}
|
||||||
|
* \cgalParamDescription{indicates whether data should be written in binary (`true`) or in \ascii (`false`)}
|
||||||
|
* \cgalParamType{Boolean}
|
||||||
|
* \cgalParamDefault{`true`}
|
||||||
|
* \cgalParamExtra{This parameter is only meaningful for formats that support binary encoding.}
|
||||||
|
* \cgalParamNEnd
|
||||||
|
*
|
||||||
* \cgalParamNBegin{verbose}
|
* \cgalParamNBegin{verbose}
|
||||||
* \cgalParamDescription{whether extra information is printed when an incident occurs during reading}
|
* \cgalParamDescription{whether extra information is printed when an incident occurs during reading}
|
||||||
* \cgalParamType{Boolean}
|
* \cgalParamType{Boolean}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue