]> gcc.gnu.org Git - gcc.git/blame - contrib/filter_gcc_for_doxygen
Silence warning in LTO mode on VxWorks
[gcc.git] / contrib / filter_gcc_for_doxygen
CommitLineData
6de9cd9a
DN
1#!/bin/sh
2
3# This filters GCC source before Doxygen can get confused by it;
f2bcf09e 4# this script is listed in the doxyfile. The output is not very
6de9cd9a
DN
5# pretty, but at least we get output that Doxygen can understand.
6#
f2bcf09e 7# $1 is a source file of some kind. The source we wish doxygen to
6de9cd9a
DN
8# process is put on stdout.
9
10dir=`dirname $0`
f2bcf09e 11python $dir/filter_params.py $1
6de9cd9a 12exit 0
This page took 1.085146 seconds and 5 git commands to generate.