macro help moved into individual files

This commit is contained in:
Colin Kuskie 2005-04-03 07:39:56 +00:00
parent bfaf66f854
commit 13dee87a18
86 changed files with 1978 additions and 0 deletions

18
lib/WebGUI/Help/D_date.pm Normal file
View file

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