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>
This commit is contained in:
parent
d8bc60a90d
commit
07ebca6202
|
@ -1,9 +0,0 @@
|
|||
.. -*- coding: utf-8; mode: rst -*-
|
||||
|
||||
.. _audio_h:
|
||||
|
||||
*********************
|
||||
DVB Audio Header File
|
||||
*********************
|
||||
|
||||
.. kernel-include:: $BUILDDIR/audio.h.rst
|
|
@ -1,9 +0,0 @@
|
|||
.. -*- coding: utf-8; mode: rst -*-
|
||||
|
||||
.. _ca_h:
|
||||
|
||||
**********************************
|
||||
DVB Conditional Access Header File
|
||||
**********************************
|
||||
|
||||
.. kernel-include:: $BUILDDIR/ca.h.rst
|
|
@ -1,9 +0,0 @@
|
|||
.. -*- coding: utf-8; mode: rst -*-
|
||||
|
||||
.. _dmx_h:
|
||||
|
||||
*********************
|
||||
DVB Demux Header File
|
||||
*********************
|
||||
|
||||
.. kernel-include:: $BUILDDIR/dmx.h.rst
|
|
@ -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
|
||||
|
||||
|
||||
**********************
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
.. -*- coding: utf-8; mode: rst -*-
|
||||
|
||||
.. _frontend_h:
|
||||
|
||||
************************
|
||||
DVB Frontend Header File
|
||||
************************
|
||||
|
||||
.. kernel-include:: $BUILDDIR/frontend.h.rst
|
|
@ -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
|
|
@ -1,9 +0,0 @@
|
|||
.. -*- coding: utf-8; mode: rst -*-
|
||||
|
||||
.. _net_h:
|
||||
|
||||
***********************
|
||||
DVB Network Header File
|
||||
***********************
|
||||
|
||||
.. kernel-include:: $BUILDDIR/net.h.rst
|
|
@ -1,9 +0,0 @@
|
|||
.. -*- coding: utf-8; mode: rst -*-
|
||||
|
||||
.. _video_h:
|
||||
|
||||
*********************
|
||||
DVB Video Header File
|
||||
*********************
|
||||
|
||||
.. kernel-include:: $BUILDDIR/video.h.rst
|
Loading…
Reference in New Issue