From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Hans Verkuil <hansverk@cisco.com>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>,
Mauro Carvalho Chehab <mchehab@infradead.org>,
Jonathan Corbet <corbet@lwn.net>,
linux-doc@vger.kernel.org,
Markus Heiser <markus.heiser@darmarit.de>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Kamil Debski <kamil@wypas.org>
Subject: Re: [PATCH 13/15] [media] cec-core: Convert it to ReST format
Date: Fri, 19 Aug 2016 10:41:44 -0300 [thread overview]
Message-ID: <20160819104144.4ae6c4df@vento.lan> (raw)
In-Reply-To: <20160819103750.300b4afe@vento.lan>
Em Fri, 19 Aug 2016 10:37:50 -0300
Mauro Carvalho Chehab <mchehab@s-opensource.com> escreveu:
> Em Fri, 19 Aug 2016 15:24:16 +0200
> Hans Verkuil <hansverk@cisco.com> escreveu:
>
> > On 08/19/2016 03:05 PM, Mauro Carvalho Chehab wrote:
> > > There are some things there that aren't ok for ReST format.
> > >
> > > Fix them.
> > >
> > > Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
> >
> > OK, so I posted a similar patch for this:
> >
> > https://patchwork.linuxtv.org/patch/36376/
> >
> > It's part of one of my pull requests, but I guess you can skip that patch.
>
> Sorry, I didn't notice. I'm actually waiting for Jon to merge the
> remaining patches for the Sphinx rst core before starting handling
> and merging our patches. I want to avoid having a separate branch for
> documentation this time.
>
> IMHO, my approach is better than you for functions, as it declares
> functions and struct using the proper macros that are also used
> by kernel-doc script.
>
> Yet, I didn't touch at MAINTAINERS nor I used ``constant`` or
> :c:type:/:c:func: for references of the functions/struct.
> Would you care to rebase your patch on the top of mine doing such
> changes?
Hmm... actually we should do something else...
As those functions are declared (or should be declared) using the
kernel documentation macros, we should have references for them
already. So, we need to actually change the text there to point
to the references created by kernel-doc script.
like:
https://linuxtv.org/downloads/v4l-dvb-apis-new/_sources/media/kapi/v4l2-dev.txt
Thanks,
Mauro
next prev parent reply other threads:[~2016-08-19 13:42 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-19 13:04 [PATCH 00/15] Fix (most of) the remaining issues with uAPI book and LaTeX Mauro Carvalho Chehab
2016-08-19 13:04 ` [PATCH 01/15] [media] vidioc-dqevent.rst: adjust two table columns for LaTeX output Mauro Carvalho Chehab
2016-08-19 13:04 ` [PATCH 02/15] [media] vidioc-dv-timings-cap.rst: Adjust LaTeX columns Mauro Carvalho Chehab
2016-08-19 13:04 ` [PATCH 03/15] [media] vidioc-enumstd.rst: adjust video standards table Mauro Carvalho Chehab
2016-08-19 13:04 ` [PATCH 04/15] [media] vidioc-g-sliced-vbi-cap.rst: make tables fit on LaTeX output Mauro Carvalho Chehab
2016-08-19 13:04 ` [PATCH 05/15] [media] adjust some vidioc-*rst tables with wrong columns Mauro Carvalho Chehab
2016-08-19 13:04 ` [PATCH 06/15] [media] vidioc-g-tuner.rst: improve documentation for tuner type Mauro Carvalho Chehab
2016-08-19 13:04 ` [PATCH 07/15] [media] vidioc-g-tuner.rst: Fix tables to fit at LaTeX output Mauro Carvalho Chehab
2016-08-19 13:04 ` [PATCH 08/15] [media] fix v4l2-selection-*.rst tables for " Mauro Carvalho Chehab
2016-08-19 13:04 ` [PATCH 09/15] [media] fe_property_parameters.rst: Adjust column sizes Mauro Carvalho Chehab
2016-08-19 13:05 ` [PATCH 10/15] [media] adjust remaining tables at DVB uAPI documentation Mauro Carvalho Chehab
2016-08-19 13:05 ` [PATCH 11/15] [media] media-types.rst: adjust tables to fit on LaTeX output Mauro Carvalho Chehab
2016-08-19 13:05 ` [PATCH 12/15] [media] docs-rst: move cec kAPI documentation to the media book Mauro Carvalho Chehab
2016-08-19 13:05 ` [PATCH 13/15] [media] cec-core: Convert it to ReST format Mauro Carvalho Chehab
2016-08-19 13:24 ` Hans Verkuil
2016-08-19 13:37 ` Mauro Carvalho Chehab
2016-08-19 13:41 ` Mauro Carvalho Chehab [this message]
2016-08-19 13:05 ` [PATCH 14/15] [media] uapi/cec: adjust tables on LaTeX output Mauro Carvalho Chehab
2016-08-19 13:05 ` [PATCH 15/15] [media] gen-errors.rst fix error table column limits Mauro Carvalho Chehab
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=20160819104144.4ae6c4df@vento.lan \
--to=mchehab@s-opensource.com \
--cc=corbet@lwn.net \
--cc=hansverk@cisco.com \
--cc=kamil@wypas.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=markus.heiser@darmarit.de \
--cc=mchehab@infradead.org \
--cc=mchehab@kernel.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.