From d473d53e907fada46283dc2f009faa48bdd3923b Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 17 Jun 2013 12:09:15 +0000 Subject: [PATCH] fix compilation warnings --- doc/salome/gui/GEOM/input/color.doc | 2 +- doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc | 4 ++-- doc/salome/gui/GEOM/input/creating_quadrangle_face.doc | 6 +++--- doc/salome/gui/GEOM/input/creating_smoothingsurface.doc | 2 +- doc/salome/gui/GEOM/input/geompy.doc | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/salome/gui/GEOM/input/color.doc b/doc/salome/gui/GEOM/input/color.doc index cb56c49e1..10fe6f442 100644 --- a/doc/salome/gui/GEOM/input/color.doc +++ b/doc/salome/gui/GEOM/input/color.doc @@ -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 TUI Command: gg.setColor(ID, Short, Short, Short) diff --git a/doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc b/doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc index d08eeb91d..eca744700 100644 --- a/doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc +++ b/doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc @@ -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. TUI Command: geompy.MakeHexa2Faces(F1, F2), -Arguments: Name + 2 Faces. +Arguments: Name + 2 Faces. \image html block4.png @@ -40,4 +40,4 @@ The created blocks can be processed with \ref blocks_operations_page "Operation Our TUI Scripts provide you with useful examples of \ref tui_building_by_blocks_page "Building by Blocks". -*/ \ No newline at end of file +*/ diff --git a/doc/salome/gui/GEOM/input/creating_quadrangle_face.doc b/doc/salome/gui/GEOM/input/creating_quadrangle_face.doc index 63d2e9494..c8bb49cb3 100644 --- a/doc/salome/gui/GEOM/input/creating_quadrangle_face.doc +++ b/doc/salome/gui/GEOM/input/creating_quadrangle_face.doc @@ -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 TUI Scripts 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. -TUI Command: geompy.MakeQuad2Edges(E1, E2) +TUI Command: geompy.MakeQuad2Edges(E1, E2) Arguments: Name + 2 Edges. \image html block2.png @@ -46,4 +46,4 @@ Finally, you can define a Quadrangle Face by four edges. \n Example: \image html image185.png "Quadrangle face built by blocks" -*/ \ No newline at end of file +*/ diff --git a/doc/salome/gui/GEOM/input/creating_smoothingsurface.doc b/doc/salome/gui/GEOM/input/creating_smoothingsurface.doc index 9f2263ec6..5f899eef4 100644 --- a/doc/salome/gui/GEOM/input/creating_smoothingsurface.doc +++ b/doc/salome/gui/GEOM/input/creating_smoothingsurface.doc @@ -12,7 +12,7 @@ Result of each operation will be a GEOM_Object. TUI Command: geompy.MakeSmoothingSurface(lPoints) Arguments: -- \b lPoints - list of points +- \b Points - list of points \image html smoothingsurface_dlg.png diff --git a/doc/salome/gui/GEOM/input/geompy.doc b/doc/salome/gui/GEOM/input/geompy.doc index e5d3bcf0a..b339d3b64 100644 --- a/doc/salome/gui/GEOM/input/geompy.doc +++ b/doc/salome/gui/GEOM/input/geompy.doc @@ -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
  • \ref geompy_migration_page
  • +\n Please see \ref geompy_migration_page \n \anchor tui_sample_geom_script