From 00c289c6108f07b085b699816e5259e5efe95c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20G=C3=A2teau?= Date: Mon, 17 Dec 2012 15:49:34 +0100 Subject: [PATCH] Doxygenize ContextMenu --- .../plasmacomponents/qml/ContextMenu.qml | 27 ++++--------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/declarativeimports/plasmacomponents/qml/ContextMenu.qml b/declarativeimports/plasmacomponents/qml/ContextMenu.qml index 3568b3081..bbb6dd33a 100644 --- a/declarativeimports/plasmacomponents/qml/ContextMenu.qml +++ b/declarativeimports/plasmacomponents/qml/ContextMenu.qml @@ -40,31 +40,14 @@ ** ****************************************************************************/ -/**Documented API -Inherits: - Item - -Imports: - QtQuick 1.1 - org.kde.plasma.components - -Description: - Provides a component with list of options that the user can choose from. - -Properties: - * QtObject model: - This property holds the model providing data for the menu. - The model provides the set of data that is used to create the items in the view. - Each model item must have a property called "text" or "display". - -Methods: - * void rebuildMenu(): - Rebuild the menu if property model is defined. -**/ - import QtQuick 1.1 import org.kde.plasma.components 0.1 +/** + * Provides a component with list of options that the user can choose from. + * + * All elements of this component are defined in Menu, its base component. + */ Menu { id: root }