3 # This Perl script tweaks GDB sources to be more useful for Doxygen.
6 # Allow "/* * " as an equivalent to "/** ", better for Emacs compat.
8 # Manually expand macro seen in structs and such.
9 s/ENUM_BITFIELD[ \t]*\((.*?)\)/__extension__ enum $1/sg;