stub documentation for Thumbnail Macro, fixed an ordering problem in List of Macros, cleaned up Macro help "A".

This commit is contained in:
Colin Kuskie 2005-04-04 04:24:36 +00:00
parent 7b6c7e5af0
commit ffa4aa4d08
14 changed files with 82 additions and 14 deletions

View file

@ -0,0 +1,18 @@
package WebGUI::Help::Thumbnail;
our $HELP = {
'thumbnail' => {
title => 'thumbnail title',
body => 'thumbnail body',
related => [
{
tag => 'macros using',
namespace => 'Macros',
},
]
},
};
1;