diff -r 06ff229162e9 -r 11d3954df52a src/hbcore/style/hbstyleoptionindexfeedback.cpp --- a/src/hbcore/style/hbstyleoptionindexfeedback.cpp Fri May 14 16:09:54 2010 +0300 +++ b/src/hbcore/style/hbstyleoptionindexfeedback.cpp Thu May 27 13:10:59 2010 +0300 @@ -25,39 +25,32 @@ #include -/*! +/* \class HbStyleOptionIndexFeedback \brief HbStyleOptionIndexFeedback hsa the style components for index feedback primatives. */ -/*! +/* \var HbStyleOptionIndexFeedback::text Text shown in the indexFeedbackPopup, if not NULL. */ -/*! +/* \var HbStyleOptionIndexFeedback::fontSpec The font specification for text used in the index feedback. */ -/*! +/* \var HbStyleOptionIndexFeedback::textRect \brief The bounding rect for the text when displaying the index feedback. */ -/*! +/* \var HbStyleOptionIndexFeedback::popupRect \brief The bounding rect for the popup background when displaying index feedback. */ - -/*! - - \deprecated HbStyleOptionIndexFeedback::HbStyleOptionIndexFeedback() - is deprecated. Styleoptions will not be public. - -*/ HbStyleOptionIndexFeedback::HbStyleOptionIndexFeedback() : fontSpec(HbFontSpec::Primary) { @@ -65,12 +58,6 @@ version = Version; } -/*! - - \deprecated HbStyleOptionIndexFeedback::HbStyleOptionIndexFeedback(const HbStyleOptionIndexFeedback&) - is deprecated. Styleoptions will not be public. - -*/ HbStyleOptionIndexFeedback::HbStyleOptionIndexFeedback(const HbStyleOptionIndexFeedback &other) : HbStyleOption(other), text(other.text),