commit | cc2e306592a63429a37f9ef80d5637bbc1a6d819 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Oct 19 21:08:36 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Oct 19 21:08:36 2001 +0000 |
tree | d0c85e80e6f183ba9fe1a273f35aea7a2db5d841 | |
parent | 84362bc74af55b77f44572d8e642321435eeaa3c [diff] [blame] |
Support for the iSilo conversion.
diff --git a/Doc/perl/isilo.perl b/Doc/perl/isilo.perl new file mode 100644 index 0000000..e990b36 --- /dev/null +++ b/Doc/perl/isilo.perl
@@ -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...