Revision 43e0502b
Von Sven Schöling vor fast 18 Jahren hinzugefügt
scripts/create_tags_file.pl | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
# |
|
1 | 3 |
######################################################## |
2 | 4 |
# |
3 | 5 |
# This script creates a 'tags' file in the style of ctags |
... | ... | |
39 | 41 |
$naive_tagger->output( outfile => $tagsfile ); |
40 | 42 |
|
41 | 43 |
|
42 |
1; |
|
44 |
1; |
Auch abrufbar als: Unified diff
Shebangzeile analog zu den anderen Scripten