1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

0024602: Documentation Code Snippets missing sign

Fix for bug 24602 about missing <, >, " and some other signs.
Also a major review of documetation to fix wrong formatting issues.
This commit is contained in:
ysn
2014-04-11 20:24:19 +04:00
committed by apn
parent 828fb3291f
commit 4ee1bdf4e9
16 changed files with 669 additions and 668 deletions

View File

@@ -163,7 +163,7 @@ Standard_Integer myCounter; // This is preferred
### Names of global variables
It is strongly recommended to avoid defining any global variables.
However, as soon as a global variable is necessary, its name should be prefixed by the name of a class or a package where it is defined followed with *_my*.
However, as soon as a global variable is necessary, its name should be prefixed by the name of a class or a package where it is defined followed with <i>_my</i>.
See the following examples: