mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
0024685: Coding Rules - "Draw:Atoi" misprints in the document
This commit is contained in:
parent
197ac94e72
commit
f8eb9b179e
@ -930,11 +930,11 @@ myCommand -flag1 value1 value2 -flag2 value3
|
|||||||
|
|
||||||
### Arguments parser
|
### Arguments parser
|
||||||
|
|
||||||
- Integer values should be read using *Draw:Atoi()* function.
|
- Integer values should be read using *Draw::Atoi()* function.
|
||||||
- Real values should be read using *Draw:Atof()* function.
|
- Real values should be read using *Draw::Atof()* function.
|
||||||
- Flags names should be checked in case insensitive manner.
|
- Flags names should be checked in case insensitive manner.
|
||||||
|
|
||||||
Functions *Draw:Atof()* and *Draw:Atoi()* support expressions and read values in C-locale.
|
Functions *Draw::Atof()* and *Draw::Atoi()* support expressions and read values in C-locale.
|
||||||
|
|
||||||
~~~~~{.cpp}
|
~~~~~{.cpp}
|
||||||
Standard_Real aPosition[3] = {0.0, 0.0, 0.0};
|
Standard_Real aPosition[3] = {0.0, 0.0, 0.0};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user