Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: dvb uapi docs: better organize header files

Instead of having one chapter per file, place all of them at
the same chapter. That better organize the chapters at the uAPI
documentation.

As a side effect, now all uAPI headers are at the same page,
at the html output, with makes easier to use it as a reference
index for the spec.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

+22 -60
-9
Documentation/media/uapi/dvb/audio_h.rst
··· 1 - .. -*- coding: utf-8; mode: rst -*- 2 - 3 - .. _audio_h: 4 - 5 - ********************* 6 - DVB Audio Header File 7 - ********************* 8 - 9 - .. kernel-include:: $BUILDDIR/audio.h.rst
-9
Documentation/media/uapi/dvb/ca_h.rst
··· 1 - .. -*- coding: utf-8; mode: rst -*- 2 - 3 - .. _ca_h: 4 - 5 - ********************************** 6 - DVB Conditional Access Header File 7 - ********************************** 8 - 9 - .. kernel-include:: $BUILDDIR/ca.h.rst
-9
Documentation/media/uapi/dvb/dmx_h.rst
··· 1 - .. -*- coding: utf-8; mode: rst -*- 2 - 3 - .. _dmx_h: 4 - 5 - ********************* 6 - DVB Demux Header File 7 - ********************* 8 - 9 - .. kernel-include:: $BUILDDIR/dmx.h.rst
+1 -6
Documentation/media/uapi/dvb/dvbapi.rst
··· 30 30 net 31 31 legacy_dvb_apis 32 32 examples 33 - audio_h 34 - ca_h 35 - dmx_h 36 - frontend_h 37 - net_h 38 - video_h 33 + headers 39 34 40 35 41 36 **********************
-9
Documentation/media/uapi/dvb/frontend_h.rst
··· 1 - .. -*- coding: utf-8; mode: rst -*- 2 - 3 - .. _frontend_h: 4 - 5 - ************************ 6 - DVB Frontend Header File 7 - ************************ 8 - 9 - .. kernel-include:: $BUILDDIR/frontend.h.rst
+21
Documentation/media/uapi/dvb/headers.rst
··· 1 + **************************** 2 + Digital TV uAPI header files 3 + **************************** 4 + 5 + Digital TV uAPI headers 6 + *********************** 7 + 8 + .. kernel-include:: $BUILDDIR/frontend.h.rst 9 + 10 + .. kernel-include:: $BUILDDIR/dmx.h.rst 11 + 12 + .. kernel-include:: $BUILDDIR/ca.h.rst 13 + 14 + .. kernel-include:: $BUILDDIR/net.h.rst 15 + 16 + Legacy uAPI 17 + *********** 18 + 19 + .. kernel-include:: $BUILDDIR/audio.h.rst 20 + 21 + .. kernel-include:: $BUILDDIR/video.h.rst
-9
Documentation/media/uapi/dvb/net_h.rst
··· 1 - .. -*- coding: utf-8; mode: rst -*- 2 - 3 - .. _net_h: 4 - 5 - *********************** 6 - DVB Network Header File 7 - *********************** 8 - 9 - .. kernel-include:: $BUILDDIR/net.h.rst
-9
Documentation/media/uapi/dvb/video_h.rst
··· 1 - .. -*- coding: utf-8; mode: rst -*- 2 - 3 - .. _video_h: 4 - 5 - ********************* 6 - DVB Video Header File 7 - ********************* 8 - 9 - .. kernel-include:: $BUILDDIR/video.h.rst