]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
fix compilation warnings
authoreap <eap@opencascade.com>
Mon, 17 Jun 2013 12:09:15 +0000 (12:09 +0000)
committereap <eap@opencascade.com>
Mon, 17 Jun 2013 12:09:15 +0000 (12:09 +0000)
doc/salome/gui/GEOM/input/color.doc
doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc
doc/salome/gui/GEOM/input/creating_quadrangle_face.doc
doc/salome/gui/GEOM/input/creating_smoothingsurface.doc
doc/salome/gui/GEOM/input/geompy.doc

index cb56c49e13ff7f8c61ff4cf0794e4f4adb6cf7df..10fe6f44287891e419bc8e61baa0868b3e64fd78 100644 (file)
@@ -7,7 +7,7 @@
 selecting \b Color in the pop-up menu box.               
 
 This functionality is avalible only if \em artificial
-\ref material "material model" is assigned to the selected shape.
+\ref material_page "material model" is assigned to the selected shape.
 
 \n <b>TUI Command:</b> <em>gg.setColor(ID, Short, Short, Short)</em>
 
index d08eeb91dc83485695534d865e6654d973bc3bfb..eca7447006c530d0e00e787c04e5388390ec18d6 100644 (file)
@@ -13,7 +13,7 @@ There are 2 algorithms to create a hexahedral solid in the 3D space.
 Firstly, you can define a Hexahedral Solid by two faces, other four faces are created automatically.
 
 <b>TUI Command:</b> <em>geompy.MakeHexa2Faces(F1, F2),</em> 
-<b>Arguments: Name + 2 Faces.
+<b>Arguments:</b> Name + 2 Faces.
 
 \image html block4.png
 
@@ -40,4 +40,4 @@ The created blocks can be processed with  \ref blocks_operations_page "Operation
 Our <b>TUI Scripts</b> provide you with useful examples of
 \ref tui_building_by_blocks_page "Building by Blocks".
 
-*/
\ No newline at end of file
+*/
index 63d2e94946680c8637196be3febee62c97e0d950..c8bb49cb3c7e7ec0fcd16f4a322e734ecb227a47 100644 (file)
@@ -13,7 +13,7 @@ There are 3 algorithms to create a Quadrangle Face in the 3D space.
 The created blocks can be processed with  \ref blocks_operations_page "Operations on Blocks".
 
 Our <b>TUI Scripts</b> provide you with useful examples of
-\ref tui_building_by_blocks_p
+\ref tui_building_by_blocks_page
 
 The created blocks can be processed with  \ref blocks_operations_page "Operations on Blocks".
 
@@ -31,7 +31,7 @@ created automatically.
 \image html block1.png
 
 Secondly, you can define a Quadrangle Face by two edges, while the other two edges are created automatically.
-<b>TUI Command:</b> <em>geompy.MakeQuad2Edges(E1, E2)
+<b>TUI Command:</b> <em>geompy.MakeQuad2Edges(E1, E2)</em>
 <b>Arguments:</b> Name + 2 Edges.
 
 \image html block2.png
@@ -46,4 +46,4 @@ Finally, you can define a Quadrangle Face by four edges.
 \n <b>Example:</b>
 \image html image185.png "Quadrangle face built by blocks"
 
-*/
\ No newline at end of file
+*/
index 9f2263ec6ee5ad45ab70d6913d58dbb94b5ec7e8..5f899eef40a7eac5fc00d70d3513d38cedcbea5f 100644 (file)
@@ -12,7 +12,7 @@ Result of each operation will be a GEOM_Object.
 <b>TUI Command:</b> <em>geompy.MakeSmoothingSurface(lPoints)</em>
 
 <b>Arguments:</b>
-- \b lPoints - list of  points
+- \b Points - list of points
 
 \image html smoothingsurface_dlg.png
 
index e5d3bcf0a86b6a422d15f6a71e66ff39315c82ce..b339d3b64b95883fa9010af8f175b716aefa58da 100644 (file)
@@ -11,7 +11,7 @@ where all package functionality is separated in groups by purpose.
 
 \n With SALOME 7.2, the Python interface for Geometry has been slightly modified to offer new functionality,
 \n You may have to modify your scripts generated with SALOME 6 or older versions.
-\n Please see <li>\ref geompy_migration_page</li>
+\n Please see \ref geompy_migration_page
 
 \n
 \anchor tui_sample_geom_script