Salome HOME
Remove unnecessary method
[modules/shaper.git] / doc / Modules.doc
index 91d2026f724ad08532cc69bd2aa8b974539fd830..71060e595a7be054a67c4a1d413bdfe22c8a02b1 100644 (file)
@@ -20,6 +20,7 @@
  * The geometrical algorithms implementation (basing on OCCT libraries) are located in <b>GeomAlgoAPI</b>.
  *
  */
 
 /**
  * \defgroup Plugins Plugins
  * 
  * The C++ and Python features implementations are located in plugins: specially organized libraries
  * and configuration files that allows to define the user interface and specific algorithms.
- * There are many plugins that should be extended wit hthe development of the application. The names
+ * There are many plugins that should be extended witthe development of the application. The names
  * of plugin-packages are ended with "Plugin" string:
  * <b>PartSetPlugin</b>, <b>ConstructionPlugin</b>, <b>SketchPlugin</b>, <b>FeaturesPlugins</b>, etc.
  *
  */
+ /**
+ * \defgroup Config Config 
+ *
+ * \brief XML processing tools used in the application
+ * 
+ * The tools for reading definitions of plugins, features and widgets.  
+ *
+ */
+
+/**
+ * \defgroup GUI GUI of the application
+ *
+ * \brief Classes for graphic 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
@@ -46,3 +87,4 @@
  * (like in ExchangePlugin_ImportFormatValidator).
  *
  */
+