netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Duncan Roe <duncan_roe@optusnet.com.au>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org, ffmancera@riseup.net
Subject: Re: [PATCH] libmnl: doxygen: remove EXPORT_SYMBOL from the output
Date: Mon, 7 Oct 2019 07:45:04 +1100	[thread overview]
Message-ID: <20191006204504.GA4779@dimstar.local.net> (raw)
In-Reply-To: <20191006174658.14069-1-pablo@netfilter.org>

On Sun, Oct 06, 2019 at 07:46:58PM +0200, Pablo Neira Ayuso wrote:
> Add input filter to remove the internal EXPORT_SYMBOL macro that turns
> on the compiler visibility attribute.
>
> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
> ---
>  doxygen.cfg.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doxygen.cfg.in b/doxygen.cfg.in
> index ee8fdfae97ce..31f01028aff6 100644
> --- a/doxygen.cfg.in
> +++ b/doxygen.cfg.in
> @@ -77,7 +77,7 @@ EXAMPLE_PATH           =
>  EXAMPLE_PATTERNS       =
>  EXAMPLE_RECURSIVE      = NO
>  IMAGE_PATH             =
> -INPUT_FILTER           =
> +INPUT_FILTER           = "sed 's/EXPORT_SYMBOL//g'"
>  FILTER_PATTERNS        =
>  FILTER_SOURCE_FILES    = NO
>  SOURCE_BROWSER         = YES
> --
> 2.11.0
>
Just tried this. Looks good.

Acked-by: Duncan Roe <duncan_roe@optusnet.com.au>

      reply	other threads:[~2019-10-06 20:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-06 17:46 [PATCH] libmnl: doxygen: remove EXPORT_SYMBOL from the output Pablo Neira Ayuso
2019-10-06 20:45 ` Duncan Roe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191006204504.GA4779@dimstar.local.net \
    --to=duncan_roe@optusnet.com.au \
    --cc=ffmancera@riseup.net \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).