Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc2e306

Browse files
committed
Support for the iSilo conversion.
1 parent 84362bc commit cc2e306

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Doc/perl/isilo.perl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package main;
2+
3+
$USING_STYLES = 0;
4+
$NO_NAVIGATION = 1;
5+
$INDEX_COLUMNS = 1;
6+
$MODULE_INDEX_COLUMNS = 1;
7+
8+
sub child_line {
9+
return '';
10+
}
11+
12+
1; # stupid perl...

0 commit comments

Comments
 (0)