0027156: Doxygen warnings on overview docs
authorabv <abv@opencascade.com>
Fri, 12 Feb 2016 17:14:27 +0000 (20:14 +0300)
committerabv <abv@opencascade.com>
Sat, 20 Feb 2016 07:10:04 +0000 (10:10 +0300)
Documentation corrected to avoid Doxygen warnings

dox/dev_guides/tests/tests.md
dox/user_guides/ocaf/ocaf.md
dox/user_guides/visualization/visualization.md

index 476a233..e38a3a4 100644 (file)
@@ -1290,8 +1290,8 @@ Allowed options are:
  * -s AREA: command sprops, computes the mass properties of all faces with a surface density of 1 
  * -v VOLUME: command vprops, computes the mass properties of all solids with a density of 1
  * -eps EPSILON: the epsilon defines relative precision of computation
- * -equal SHAPE: compare area\volume\length of input shapes. Puts error if its are not equal
- * -notequal SHAPE: compare area\volume\length of input shapes. Puts error if its are equal
+ * -equal SHAPE: compare area/volume/length of input shapes. Puts error if its are not equal
+ * -notequal SHAPE: compare area/volume/length of input shapes. Puts error if its are equal
 
 Options -l, -s and -v are independent and can be used in any order. Tolerance epsilon is the same for all options.
 
index 6316531..942f1cf 100644 (file)
@@ -714,7 +714,7 @@ setenv CSF_NewFormatDefaults MyApplicationPath/MyResources
 
 Once these steps are taken you may run your application, create documents and Save/Open them. These resource files already exist in the OCAF (format "Standard"). 
 
-If you use your specific attributes from packages, for example, <i>P-, M-</i> and *TMyAttributePackage*  (see @ref occt_ocaf_3_4_6  "Specific attribute creation") you must take some additional steps for the new plugin implementation: 
+If you use your specific attributes from packages, for example, <i>P-, M-</i> and *TMyAttributePackage*  (see @ref occt_ocaf_3_5_6  "Specific attribute creation") you must take some additional steps for the new plugin implementation: 
 
 1. Add our *P* package to the standard schema. You can get an already existing (in Open CASCADE Technology sources) schema from *StdSchema* unit and add your package string to the cdl-file: package  *PMyAttributePackage*.
 2. The next step consists in the implementation of an executable, which will connect our documents to our application and open/save them. Copy the package *PAppStdPlugin* and change its name to *MyTheBestApplicationPlugin*. In the *PLUGIN* macros type the name of your factory, which will be defined at the next step.
index 742be21..8fd3d17 100644 (file)
@@ -99,8 +99,8 @@ aContext -> Display(anAis);
 
 The shape is created using the *BRepPrimAPI_MakeWedge*  command. An *AIS_Shape* is then created from the shape. When calling the *Display* command, the interactive context calls the Compute method of the  presentable object to calculate the presentation data and transfer it to the  viewer. See figure below.  
 
-@image html visualization_image004.png "Processes involved in displaying a presentable shape"
-@image latex visualization_image004.png "Processes involved in displaying a presentable shape"
+@image html visualization_image004.svg "Processes involved in displaying a presentable shape"
+@image latex visualization_image004.svg "Processes involved in displaying a presentable shape"
 
 @subsection occt_visu_2_2 Selection