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