1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0029817: Documentation - avoid excessive use of "please"

"Please" is now used in the documentation only in sensitive cases.
This commit is contained in:
ysn
2018-07-09 13:53:01 +03:00
committed by bugmaster
parent 3b7f55e9d1
commit 07f2b74116
15 changed files with 60 additions and 61 deletions

View File

@@ -1383,7 +1383,7 @@ DRAW History support for the algorithms is provided by three basic commands:
* *modified*;
* *generated*.
For more information on the Draw History mechanism please refer to the corresponding chapter in the Draw users guide - @ref occt_draw_hist "History commands".
For more information on the Draw History mechanism, refer to the corresponding chapter in the Draw users guide - @ref occt_draw_hist "History commands".
@section occt_modalg_3 Standard Topological Objects
@@ -3181,7 +3181,7 @@ On the low-level the history information is collected by the history tool *BRepT
* *BOPAlgo_AlertUnableToRemoveTheFeature* - the warning alert is given to inform the user the removal of the feature is not possible. The algorithm will still try to remove the other features;
* *BOPAlgo_AlertRemoveFeaturesFailed* - the error alert is given in case if the operation was aborted by the unknown reason.
For more information on the error/warning reporting system please see the chapter @ref occt_algorithms_ers "Errors and warnings reporting system" of Boolean operations user guide.
For more information on the error/warning reporting system, see the chapter @ref occt_algorithms_ers "Errors and warnings reporting system" of Boolean operations user guide.
<b>Parallel processing mode</b> - allows running the algorithm in parallel mode obtaining the result faster.