Go to the documentation of this file.00001 #!/bin/sh
00002
00003 ###########################################################################
00004 ### Execute DoxyLine.pl with appropriate arguments (*NIX).
00005 ###
00006 ### These arguments are for the DoxyFilt documentation tree.
00007 ### If you use DoxyLine in your project,
00008 ### you should provide a file like this
00009 ### using the flags appropriate to your project.
00010 ###
00011 ### You will also need to identify the location of the actual
00012 ### DoxyLine.pl script. For the DoxyFilt documentation
00013 ### this isn't necessary, as it is already local.
00014 ###########################################################################
00015
00016 DOXY_DIR=`dirname $0`
00017
00018 perl $DOXY_PERL_FLAGS $DOXY_DIR/DoxyLine.pl --doxy --path=$1 \
00019 Perl/code Perl/comment Perl/blank POD/POD