Commit b194e224 authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/psi.h: doxygen fix

parent 1b2a02b3
...@@ -178,7 +178,7 @@ void dvbpsi_CalculateCRC32(dvbpsi_psi_section_t *p_section); ...@@ -178,7 +178,7 @@ void dvbpsi_CalculateCRC32(dvbpsi_psi_section_t *p_section);
* dvbpsi_has_CRC32 * dvbpsi_has_CRC32
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn static inline bool dvbpsi_has_CRC32(dvbpsi_section_t *p_section) * \fn static inline bool dvbpsi_has_CRC32(dvbpsi_psi_section_t *p_section)
* \brief Check if this table_id has a CRC32 field accourding to ISO/IEC 13818-1, * \brief Check if this table_id has a CRC32 field accourding to ISO/IEC 13818-1,
* ITU-T Rec H.222.0 or ETSI EN 300 468 v1.13.1. * ITU-T Rec H.222.0 or ETSI EN 300 468 v1.13.1.
* \param p_section pointer to decoded PSI section * \param p_section pointer to decoded PSI section
......
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