homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidgetplugin.cpp
changeset 39 4e8ebe173323
parent 36 cdae8c6c3876
--- a/homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidgetplugin.cpp	Fri Apr 16 14:54:01 2010 +0300
+++ b/homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidgetplugin.cpp	Mon May 03 12:24:59 2010 +0300
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description:  Homescreen widget plugin
+* Description: Homescreen shortcut widget plugin.
 *
 */
 
@@ -26,18 +26,14 @@
 #pragma CTC SKIP
 #endif //COVERAGE_MEASUREMENT
 
-/**
+/*!
     \class HsShortcutWidgetPlugin
     \ingroup group_hsshortcutwidgetplugin
-    \brief Homescreen shortcut widget plugin collects ready-made homescreen shortcut widget(s).
-
-    This library includes homescreen shortcut widgets implemented by homescreen scrum team.
-    This plugin provides widgets that are described in the  hsshortcutwidgetplugin.xml plugin
-    xml file.
+    \brief The plugin part of the homescreen shortcut widget.
 */
 
 /*!
-    Creates widget object.
+    Instantiates and returns new shortcut widget.
 */
 QObject *HsShortcutWidgetPlugin::createInstance(const QServiceInterfaceDescriptor &descriptor,
                                                 QServiceContext *context,