Salome HOME
Union of validator and filter functionalities.
[modules/shaper.git] / src / Config / Config_ModuleReader.h
index 655a6ca7a91649143313eb953843cc163b8ae1fa..a6f8c1e2d4215565dc67b3e9afc059e1a5377e32 100644 (file)
@@ -20,6 +20,7 @@
 
 /*!
  * \class Config_ModuleReader
+ * \ingroup Config
  * \brief Class to process plugins.xml - definition of plugins (scripts, libraries).
  */
 class Config_ModuleReader : public Config_XMLReader
@@ -38,7 +39,7 @@ class Config_ModuleReader : public Config_XMLReader
   /// Returns map that describes which file contains a feature (the feature is key, the file is value)
   CONFIG_EXPORT const std::map<std::string, std::string>& featuresInFiles() const;
   /// Returns module name: an xml attribute from the root of the plugins.xml:
-  /// e.g <plugins module="PartSet">
+  /// e.g \code <plugins module="PartSet"> \endcode 
   CONFIG_EXPORT std::string getModuleName();
   /// Detects type of the given plugin and loads it using loadLibrary or loadScript.
   CONFIG_EXPORT static void loadPlugin(const std::string& thePluginName);