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