[media] DocBook: Better document enum fe_modulation

Instead of using programlisting, use a table, as this provides
a better view of the structure.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Mauro Carvalho Chehab 2015-05-28 17:21:05 -03:00
parent 2c2bc8ff97
commit 997eb9039d
3 changed files with 76 additions and 47 deletions

View file

@ -178,7 +178,7 @@ typedef enum fe_code_rate {
} fe_code_rate_t;
typedef enum fe_modulation {
enum fe_modulation {
QPSK,
QAM_16,
QAM_32,
@ -193,7 +193,9 @@ typedef enum fe_modulation {
APSK_32,
DQPSK,
QAM_4_NR,
} fe_modulation_t;
};
typedef enum fe_modulation fe_modulation_t;
typedef enum fe_transmit_mode {
TRANSMISSION_MODE_2K,