macro cleanup

This commit is contained in:
Colin Kuskie 2005-04-03 08:14:45 +00:00
parent 318242da9b
commit 90187ae800
53 changed files with 89 additions and 713 deletions

View file

@ -1,10 +1,20 @@
package WebGUI::Help::Macros;
use WebGUI::Session;
use Data::Dumper;
our $HELP = {
'macros using' => {
title => 'macros using title',
body => 'macros using body',
related => [
{
tag => "macros list",
namespace => "Macros",
},
],
},
'macros list' => {
title => 'macros list title',
body => 'macros list body',