1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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

@@ -1166,7 +1166,7 @@ Thus for a contour of four edges it should count 1 wire + 4 edges +4 vertices wi
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Note** For more details about Maps please, refer to the TCollection documentation. (Foundation Classes Reference Manual)
**Note** For more details about Maps, refer to the *TCollection* documentation (Foundation Classes Reference Manual).
The following example is more ambitious and writes a program which copies a data structure using an *IndexedMap*. The copy is an identical structure but it shares nothing with the original. The principal algorithm is as follows:
- All Shapes in the structure are put into an *IndexedMap*.