]> OCCT Git - occt-copy.git/commitdiff
0028362: Documentation - Doxygen warnings
authorabv <abv@opencascade.com>
Tue, 20 Jun 2017 20:38:35 +0000 (23:38 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 22 Jun 2017 09:31:28 +0000 (12:31 +0300)
Formatting of user guide is corrected (code block properly closed)

dox/user_guides/draw_test_harness/draw_test_harness.md

index eea53d2808c5c17045f2a8bb1829223ce97beb79..e6114a5c5e753491d265ca5291860b44d002a6d1 100644 (file)
@@ -9854,14 +9854,17 @@ projpcurve <edge> <face>  <Tol> <X> <Y> <Z> [<start_param>]
 **projpcurve** returns the projection of a given point on a given curve on surface. The curve on surface is defined by giving the edge and face names. Edge must have curve 2D repesentation on the face. Optional parameter <i>\<start_param\></i> is any parameter of pcurve, which is used by algoritm as start point for searching projection of given point with help of local Extrema algorithm. If this parameter is not set, algorithm uses whole parametric interval of pcurve for searching projection.   
 
 **Example:** 
+
 ~~~~~ 
-##Using global searching   
+# Using global searching   
 projpcurve f_1 f 1.e-7 0.877 0 0.479
 ==Point: 0.87762772831890712 0 0.47934285275342808
 ==Param: 0.49990578239977856
 ==Dist: 0.0007152557954264938
 ~~~~~
-##Using starting parameter on edge
+
+~~~~~
+# Using starting parameter on edge
 projpcurve f_1 f 1.e-7 0.877 0 0.479 .6
 ==Point: 0.87762772831890712 0 0.47934285275342808
 ==Param: 0.49990578239977856