]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Merge branch 'Dev_0.7.1' of newgeom:newgeom into Dev_0.7.1
authorvsv <vitaly.smetannikov@opencascade.com>
Tue, 27 Jan 2015 17:12:17 +0000 (20:12 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Tue, 27 Jan 2015 17:12:17 +0000 (20:12 +0300)
Conflicts:
doc/Modules.doc

1  2 
doc/Modules.doc

diff --cc doc/Modules.doc
index bd6433925beba1919b657aeef59d9a03d5145d28,91d2026f724ad08532cc69bd2aa8b974539fd830..e0772eefec6c4593e4a9fe2e34dc99ccc8deea4e
   *
   */
  
-  */
 +/**
 + * \defgroup GUI GUI of the application
 + *
 + * \brief Classes for griphic user interface definition
 + * 
 + * Classes of application windows definition, operations launching, 
 + * and objects presentations. It consists of two packages:
 + * - ModuleBase - level for modules definition
 + * - XGUI - implementation of Application GUI.
 + */
 +
 +/**
 + * \defgroup Salome A Salome connector
 + * 
 + * \brief A set of classes which provide wrapping of 
 + * OpenParts application as SALOME module
 + */
 +
 +/** 
 + * \defgroup Desktop Classes for standalone application
 + * 
 + * \brief This group contains classes for launching the application 
 + * in standalone desktop (without SALOME)
 + */
 +
 +/** 
 + * \defgroup Modules Modules
 + * 
 + * \brief Definition of a module as a set of classes for plugins management
++ */
++
+ /**
+  * \defgroup Validators Validators
+  *
+  * \brief Implementation of internal logic of the feature
+  * 
+  * Validators are used for checking validity of the feature: each argument, 
+  * dependencies between the arguments. Validators are defined in the 
+  * configuration files and may be also used for selection filters (ModuleBase_SelectionValidator),
+  * passing configurable parameters from XML file to the feature implementation 
+  * (like in ExchangePlugin_ImportFormatValidator).
+  *
+  */