From 93de7f375842c0afb72db8796c45bfda5f1a6f13 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 25 Mar 2011 14:54:32 +0000 Subject: Finished documenting the last widgets. Also some changes in the docgen app. --- client/widgets/window.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'client/widgets/window.h') diff --git a/client/widgets/window.h b/client/widgets/window.h index 109cf11..ea3af0a 100644 --- a/client/widgets/window.h +++ b/client/widgets/window.h @@ -30,6 +30,15 @@ #include "widget.h" #include +/*** + * Widgets Outer Container + * @tag widgets + * @container + * This is the outer tag of the macro widgets. + * @att caption This is the name that will be shown in the macro. + * @att layout this is the layout that is used by the macro. It can be one of + * 'hbox' or 'vbox'. + */ class Window : public Widget { public: -- cgit v1.2.3