1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +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 abv
parent 1675f2097f
commit 2103edf66e
16 changed files with 669 additions and 668 deletions

View File

@@ -617,7 +617,7 @@ For each algorithm, the tolerance (and angular tolerance if appropriate) is give
@subsubsection occt_modalg_2_10_4 Geometric Algorithms
*Geom2dGcc *package offers algorithms, which produce 2d lines or circles with geometric constraints. For arguments, it takes curves for which an approximate solution is not requested. A tolerance value on the result is given as a starting parameter. The following services are provided:
*Geom2dGcc* package offers algorithms, which produce 2d lines or circles with geometric constraints. For arguments, it takes curves for which an approximate solution is not requested. A tolerance value on the result is given as a starting parameter. The following services are provided:
#### Creation of a Circle
@@ -845,7 +845,7 @@ Handle(Geom2d_BezierCurve) C =
Geom2dAPI_ProjectPointOnCurve Projector (P, C);
~~~~~
To restrict the search for normals to a given domain *[U1,U2]*, use the following constructor:
To restrict the search for normals to a given domain <i>[U1,U2]</i>, use the following constructor:
~~~~~
Geom2dAPI_ProjectPointOnCurve Projector (P, C, U1, U2);
~~~~~