From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Linux Media Mailing List <linux-media@vger.kernel.org>,
Jonathan Corbet <corbet@lwn.net>
Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>,
Mauro Carvalho Chehab <mchehab@infradead.org>,
linux-doc@vger.kernel.org
Subject: [PATCH 0/3] Fix kernel-doc parser for typedef functions
Date: Tue, 30 Aug 2016 20:20:56 -0300 [thread overview]
Message-ID: <cover.1472598859.git.mchehab@s-opensource.com> (raw)
The kernel-doc parser has two issues when handling typedef functions:
1) its parse is incomplete;
2) it causes warnings when a typedef is used as a function argument.
This series partially addresses (1), adding one extra syntax for the parser.
I'm pretty sure that the parser is still incomplete and that we'll get some other
places where it fails.
Jon,
My plan is to apply the last patch on my tree, together with a series of
patches that I'm writing to fix the warnings on nitpick mode.
The other two patches better fit on your tree, IMHO.
Mauro Carvalho Chehab (3):
docs-rst: improve typedef parser
docs-rst: kernel-doc: fix typedef output in RST format
[media] v4l2-dv-timings.h: let kernel-doc parte the typedef argument
include/media/v4l2-dv-timings.h | 4 ++--
scripts/kernel-doc | 36 ++++++++++++++++++++++++++----------
2 files changed, 28 insertions(+), 12 deletions(-)
--
2.7.4
next reply other threads:[~2016-08-30 23:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-30 23:20 Mauro Carvalho Chehab [this message]
2016-08-30 23:20 ` [PATCH 1/3] docs-rst: improve typedef parser Mauro Carvalho Chehab
2016-08-30 23:20 ` [PATCH 2/3] docs-rst: kernel-doc: fix typedef output in RST format Mauro Carvalho Chehab
2016-08-30 23:20 ` [PATCH 3/3] [media] v4l2-dv-timings.h: let kernel-doc parte the typedef argument Mauro Carvalho Chehab
2016-09-01 14:14 ` [PATCH 0/3] Fix kernel-doc parser for typedef functions Jonathan Corbet
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=cover.1472598859.git.mchehab@s-opensource.com \
--to=mchehab@s-opensource.com \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.