OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [contrib/] [filter_gcc_for_doxygen] - Diff between revs 265 and 338

Only display areas with differences | Details | Blame | View Log

Rev 265 Rev 338
#!/bin/sh
#!/bin/sh
# This filters GCC source before Doxygen can get confused by it;
# This filters GCC source before Doxygen can get confused by it;
# this script is listed in the doxyfile. The output is not very
# this script is listed in the doxyfile. The output is not very
# pretty, but at least we get output that Doxygen can understand.
# pretty, but at least we get output that Doxygen can understand.
#
#
# $1 is a source file of some kind. The source we wish doxygen to
# $1 is a source file of some kind. The source we wish doxygen to
# process is put on stdout.
# process is put on stdout.
dir=`dirname $0`
dir=`dirname $0`
perl $dir/filter_params.pl < $1 | perl $dir/filter_knr2ansi.pl
perl $dir/filter_params.pl < $1 | perl $dir/filter_knr2ansi.pl
exit 0
exit 0
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.