diff options
author | deva <deva> | 2011-03-25 14:54:32 +0000 |
---|---|---|
committer | deva <deva> | 2011-03-25 14:54:32 +0000 |
commit | 93de7f375842c0afb72db8796c45bfda5f1a6f13 (patch) | |
tree | f00bb8bab149e11b5fbb7208382b142d9fafc53e /client/widgets/widget.h | |
parent | a3016fbf0d50bfe82e69a657328ef76370227979 (diff) |
Finished documenting the last widgets. Also some changes in the docgen app.
Diffstat (limited to 'client/widgets/widget.h')
-rw-r--r-- | client/widgets/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/widget.h b/client/widgets/widget.h index fcad521..ef23294 100644 --- a/client/widgets/widget.h +++ b/client/widgets/widget.h @@ -36,7 +36,7 @@ #include "lua.h" /*** - * Widget Virtual Tag. + * Virtual Base Widget * This tag is purely virtual. It is inherited by all other widgets. * @att name The name of the widget. This is also the name used by the scripts. * @att value The initial value of the widget. It is overwritten if there is a |