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:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user