Commit 33d97c70 authored by Jean-Paul Saman's avatar Jean-Paul Saman

descriptors/dr_86.h: Doxygen comments

parent 756fd80c
...@@ -49,12 +49,12 @@ extern "C" { ...@@ -49,12 +49,12 @@ extern "C" {
*/ */
typedef struct dvbpsi_caption_service_s typedef struct dvbpsi_caption_service_s
{ {
char i_iso_639_code[3]; char i_iso_639_code[3]; /*!< ISO 639 language code */
int b_digital_cc; int b_digital_cc; /*!< Digital CC flag */
int b_line21_field; int b_line21_field; /*!< */
uint16_t i_caption_service_number; uint16_t i_caption_service_number; /*!< */
int b_easy_reader; int b_easy_reader; /*!< */
int b_wide_aspect_ratio; int b_wide_aspect_ratio; /*!< Wide aspect ratio flag */
} dvbpsi_caption_service_t; } dvbpsi_caption_service_t;
/***************************************************************************** /*****************************************************************************
...@@ -72,8 +72,8 @@ typedef struct dvbpsi_caption_service_s ...@@ -72,8 +72,8 @@ typedef struct dvbpsi_caption_service_s
*/ */
typedef struct dvbpsi_caption_service_dr_s typedef struct dvbpsi_caption_service_dr_s
{ {
uint8_t i_number_of_services; uint8_t i_number_of_services; /*!< Number of Captions services */
dvbpsi_caption_service_t services[0x1f]; dvbpsi_caption_service_t services[0x1f]; /*!< Caption services array */
} dvbpsi_caption_service_dr_t; } dvbpsi_caption_service_dr_t;
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment