X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Prop.h;h=5e6cc4bc8576045bef9023694e7966a1c3121254;hb=94303d51165398c71527f80bc3f8e17e75ee5523;hp=1cf0c0c53b19e5b0e9ce9462a7c3363d3d06345b;hpb=72cb66f9c09b0f8fa224f6f8ab43548658015b49;p=modules%2Fshaper.git diff --git a/src/Config/Config_Prop.h b/src/Config/Config_Prop.h index 1cf0c0c53..5e6cc4bc8 100644 --- a/src/Config/Config_Prop.h +++ b/src/Config/Config_Prop.h @@ -12,7 +12,11 @@ #include #include -/// Class which describes a one property +/*! + * \class Config_Prop + * \brief Class which describes a one property + * \ingroup Config + */ class Config_Prop { public: @@ -48,6 +52,7 @@ class Config_Prop * Creates a one property * \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 theDefaultValue - default value of the property. This is an initial property value */