Support for the iSilo conversion.

This commit is contained in:
Fred Drake 2001-10-19 21:08:36 +00:00
parent 84362bc74a
commit cc2e306592
1 changed files with 12 additions and 0 deletions

12
Doc/perl/isilo.perl Normal file
View File

@ -0,0 +1,12 @@
package main;
$USING_STYLES = 0;
$NO_NAVIGATION = 1;
$INDEX_COLUMNS = 1;
$MODULE_INDEX_COLUMNS = 1;
sub child_line {
return '';
}
1; # stupid perl...