Salome HOME
mise à jour de la doc, release notes 5.8
[tools/sat.git] / doc / src / commands / generate.rst
index 632a29c6b1cea3e473a1a7557928f60c230fc4a2..adc385945e977cd44ad0a3e7376c824553257984 100644 (file)
@@ -1,10 +1,12 @@
-****************
+
+.. include:: ../../rst_prolog.rst
+
 Command generate
 ****************
 
 Description
 ===========
-The **generate** command generates and compile SALOME modules from cpp modules using YACSGEN.
+The **generate** command generates and compiles SALOME modules from cpp modules using YACSGEN.
 
 .. note:: This command uses YACSGEN to generate the module. It needs to be specified with *--yacsgen* option, or defined in the product or by the environment variable ``$YACSGEN_ROOT_DIR``.
 
@@ -16,7 +18,7 @@ Remarks
         cpp : "yes"
         generate : "yes"
 
-* The cpp module are usually computational components, and the generated module brings the CORBA layer which allows distributing the compononent on remore machines. cpp modules should conform to YACSGEN/hxx2salome requirements (please refer to YACSGEN documentation)
+* The cpp modules are usually computational components, and the generated module brings the CORBA layer which allows distributing the component on remote machines. cpp modules should conform to YACSGEN/hxx2salome requirements (please refer to YACSGEN documentation).
 
 
 Usage
@@ -27,11 +29,11 @@ Usage
 
 * Generate only specific modules: ::
 
-    sat generate <application> --products <list of products>
+    sat generate <application> --products <list_of_products>
 
   Remark: modules which don't have the *generate* property are ignored.
 
 * Use a specific version of YACSGEN: ::
 
-    sat generate <application> --yacsgen <path to yacsgen>
+    sat generate <application> --yacsgen <path_to_yacsgen>