Re: [PATCH 1/2] Port Doxygen support script from Perl to Python; add unittests

2017-05-31 Thread Martin Liška
On 04/28/2017 02:03 PM, Martin Liška wrote: > You were not brave enough to port remaining pattern in > contrib/filter_knr2ansi.pl, > right :) ? Well. It shows the script just screws up many places and I bet we don't have many KNR2 declarations (if any). I'm attaching diff how it transforms input

[PING^2] Re: [PATCH 1/2] Port Doxygen support script from Perl to Python; add unittests

2017-05-26 Thread David Malcolm
Ping On Fri, 2017-04-28 at 18:09 -0400, David Malcolm wrote: > Ping for these two patches: > - https://gcc.gnu.org/ml/gcc-patches/2017-03/msg00909.html > - https://gcc.gnu.org/ml/gcc-patches/2017-03/msg00910.html > > On Thu, 2017-03-16 at 21:51 -0400, David Malcolm wrote: > > It's possible to

Re: [PING] Re: [PATCH 1/2] Port Doxygen support script from Perl to Python; add unittests

2017-05-19 Thread Martin Liška
PING^2. Thanks, Martin

[PING] Re: [PATCH 1/2] Port Doxygen support script from Perl to Python; add unittests

2017-04-28 Thread David Malcolm
Ping for these two patches: - https://gcc.gnu.org/ml/gcc-patches/2017-03/msg00909.html - https://gcc.gnu.org/ml/gcc-patches/2017-03/msg00910.html On Thu, 2017-03-16 at 21:51 -0400, David Malcolm wrote: > It's possible to run GCC's sources through Doxygen by setting > INPUT_FILTER

Re: [PATCH 1/2] Port Doxygen support script from Perl to Python; add unittests

2017-04-28 Thread Martin Liška
On 03/17/2017 02:51 AM, David Malcolm wrote: Hello. I've just tested you patches and I can confirm that they work :) I've got couple of related questions: > It's possible to run GCC's sources through Doxygen by setting > INPUT_FILTER = contrib/filter_gcc_for_doxygen > within cont