This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Port Doxygen support script from Perl to Python; add unittests
- From: Jeff Law <law at redhat dot com>
- To: Martin Liška <mliska at suse dot cz>, David Malcolm <dmalcolm at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 27 Jun 2017 22:40:57 -0600
- Subject: Re: [PATCH] Port Doxygen support script from Perl to Python; add unittests
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=law at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com D541585540
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com D541585540
- References: <CAD_=9DQv_8bgSxpPNGyHTYsRgCvM77fQikY6eN_-MSHG6bmqbg@mail.gmail.com> <1489715500-63153-1-git-send-email-dmalcolm@redhat.com> <1493417340.9106.160.camel@redhat.com> <1495827156.9289.75.camel@redhat.com> <3ecc005d-a99a-8fd0-38fa-8d2128c88574@suse.cz> <329c72e0-cb17-178b-3858-d080b5b27457@suse.cz> <05315c85-b294-45d8-a0bf-e67108244ebc@suse.cz>
On 05/31/2017 08:10 AM, Martin Liška wrote:
> ..adding missing patch
>
>
> 0001-Doxygen-add-default-location-for-filters-and-output-.patch
>
>
> From 3021b695a8111e1552176529ab3342cdd2ae3a43 Mon Sep 17 00:00:00 2001
> From: marxin <mliska@suse.cz>
> Date: Wed, 3 May 2017 11:42:41 +0200
> Subject: [PATCH] Doxygen: add default location for filters and output folder.
>
> contrib/ChangeLog:
>
> 2017-05-03 Martin Liska <mliska@suse.cz>
>
> * gcc.doxy: Add default location for filters and output folder.
> * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
> * filter_params.pl: Remove.
OK.
jeff