first crack at hover help

This commit is contained in:
Colin Kuskie 2005-06-18 03:58:32 +00:00
parent de4861506c
commit b842483dd6
89 changed files with 490 additions and 23 deletions

View file

@ -7,6 +7,8 @@ our $HELP = {
'macros using' => {
title => 'macros using title',
body => 'macros using body',
fields => [
],
related => [
{
tag => "macros list",
@ -18,6 +20,8 @@ our $HELP = {
'macros list' => {
title => 'macros list title',
body => 'macros list body',
fields => [
],
related => [
sort { $a->{tag} cmp $b->{tag} }
map {