1
0
Fork 0

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>
hifive-unleashed-5.1
Mauro Carvalho Chehab 2017-09-01 10:02:23 -04:00
parent d8bc60a90d
commit 07ebca6202
8 changed files with 22 additions and 60 deletions

View File

@ -1,9 +0,0 @@
.. -*- coding: utf-8; mode: rst -*-
.. _audio_h:
*********************
DVB Audio Header File
*********************
.. kernel-include:: $BUILDDIR/audio.h.rst

View File

@ -1,9 +0,0 @@
.. -*- coding: utf-8; mode: rst -*-
.. _ca_h:
**********************************
DVB Conditional Access Header File
**********************************
.. kernel-include:: $BUILDDIR/ca.h.rst

View File

@ -1,9 +0,0 @@
.. -*- coding: utf-8; mode: rst -*-
.. _dmx_h:
*********************
DVB Demux Header File
*********************
.. kernel-include:: $BUILDDIR/dmx.h.rst

View File

@ -30,12 +30,7 @@ Part II - Digital TV API
net
legacy_dvb_apis
examples
audio_h
ca_h
dmx_h
frontend_h
net_h
video_h
headers
**********************

View File

@ -1,9 +0,0 @@
.. -*- coding: utf-8; mode: rst -*-
.. _frontend_h:
************************
DVB Frontend Header File
************************
.. kernel-include:: $BUILDDIR/frontend.h.rst

View File

@ -0,0 +1,21 @@
****************************
Digital TV uAPI header files
****************************
Digital TV uAPI headers
***********************
.. kernel-include:: $BUILDDIR/frontend.h.rst
.. kernel-include:: $BUILDDIR/dmx.h.rst
.. kernel-include:: $BUILDDIR/ca.h.rst
.. kernel-include:: $BUILDDIR/net.h.rst
Legacy uAPI
***********
.. kernel-include:: $BUILDDIR/audio.h.rst
.. kernel-include:: $BUILDDIR/video.h.rst

View File

@ -1,9 +0,0 @@
.. -*- coding: utf-8; mode: rst -*-
.. _net_h:
***********************
DVB Network Header File
***********************
.. kernel-include:: $BUILDDIR/net.h.rst

View File

@ -1,9 +0,0 @@
.. -*- coding: utf-8; mode: rst -*-
.. _video_h:
*********************
DVB Video Header File
*********************
.. kernel-include:: $BUILDDIR/video.h.rst