ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / gdb / doc / filter-for-doxygen
CommitLineData
1e0a5178
SS
1#!/bin/sh
2
3# This filters GDB source before Doxygen can get confused by it;
4# this script is listed in the doxyfile. The output is not very
5# pretty, but at least we get output that Doxygen can understand.
6#
7# $1 is a source file of some kind. The source we wish doxygen to
8# process is put on stdout.
9
10# (Adapted from gcc/contrib/filter_gcc_for_doxygen)
11
12dir=`dirname $0`
13perl $dir/filter-params.pl < $1
14exit 0
This page took 0.442763 seconds and 4 git commands to generate.