From 8e27551c7a784fb6d4693a8a56eda93335a504bc Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Mon, 31 Oct 2011 06:49:00 +0200 Subject: [PATCH] Add some documentation to Label.qml --- declarativeimports/plasmacomponents/qml/Label.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/declarativeimports/plasmacomponents/qml/Label.qml b/declarativeimports/plasmacomponents/qml/Label.qml index e52dc59e0..ad00a1cf1 100644 --- a/declarativeimports/plasmacomponents/qml/Label.qml +++ b/declarativeimports/plasmacomponents/qml/Label.qml @@ -17,6 +17,18 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/**Documentanted API + Inherits: + Item + + Imports: + QtQuick 1.0 + org.kde.plasma.core + + Description: + TODO i need more info here +**/ + import QtQuick 1.0 import org.kde.plasma.core 0.1 as PlasmaCore