X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_PropManager.h;h=c6bba0810a4311ff0bad110bbe7df34a72b18231;hb=d77e6639d89abdcbf327cc73d13bf955064b8524;hp=a875fbf6ffa4a858e07c450ea6e1e8b75d9cbc4a;hpb=72cb66f9c09b0f8fa224f6f8ab43548658015b49;p=modules%2Fshaper.git diff --git a/src/Config/Config_PropManager.h b/src/Config/Config_PropManager.h index a875fbf6f..c6bba0810 100644 --- a/src/Config/Config_PropManager.h +++ b/src/Config/Config_PropManager.h @@ -14,7 +14,11 @@ #include #include -//! Class which let to register properties +/** + * \class Config_PropManager + * \ingroup Config + * \brief Class which let to register properties + */ class Config_PropManager { public: @@ -23,6 +27,7 @@ class Config_PropManager * Registers property parameters * \param theSection - name of section (domain of using) of the property. * \param theName - name (title) of the value. + * \param theTitle - title of the value. * \param theType - type of the value. * \param theDefValue - default and initial value of the property * Returns True if the property succesfully registered