Commit 07ebca62 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent d8bc60a9
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
.. -*- coding: utf-8; mode: rst -*-

.. _audio_h:

*********************
DVB Audio Header File
*********************

.. kernel-include:: $BUILDDIR/audio.h.rst
+0 −9
Original line number Diff line number Diff line
.. -*- coding: utf-8; mode: rst -*-

.. _ca_h:

**********************************
DVB Conditional Access Header File
**********************************

.. kernel-include:: $BUILDDIR/ca.h.rst
+0 −9
Original line number Diff line number Diff line
.. -*- coding: utf-8; mode: rst -*-

.. _dmx_h:

*********************
DVB Demux Header File
*********************

.. kernel-include:: $BUILDDIR/dmx.h.rst
+1 −6
Original line number Diff line number Diff line
@@ -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


**********************
+0 −9
Original line number Diff line number Diff line
.. -*- coding: utf-8; mode: rst -*-

.. _frontend_h:

************************
DVB Frontend Header File
************************

.. kernel-include:: $BUILDDIR/frontend.h.rst
Loading