avutil/channel_layout: Use inline code for Doxy

This avoids Doxygen to interpret <i> and others that look like XML tags
as those, fixing a warning about unknown tags.
This commit is contained in:
Marvin Scholz 2022-09-24 22:06:50 +02:00 committed by Anton Khirnov
parent e3c5b8c610
commit f824388c33

View File

@ -90,9 +90,9 @@ enum AVChannel {
* Range of channels between AV_CHAN_AMBISONIC_BASE and * Range of channels between AV_CHAN_AMBISONIC_BASE and
* AV_CHAN_AMBISONIC_END represent Ambisonic components using the ACN system. * AV_CHAN_AMBISONIC_END represent Ambisonic components using the ACN system.
* *
* Given a channel id <i> between AV_CHAN_AMBISONIC_BASE and * Given a channel id `<i>` between AV_CHAN_AMBISONIC_BASE and
* AV_CHAN_AMBISONIC_END (inclusive), the ACN index of the channel <n> is * AV_CHAN_AMBISONIC_END (inclusive), the ACN index of the channel `<n>` is
* <n> = <i> - AV_CHAN_AMBISONIC_BASE. * `<n> = <i> - AV_CHAN_AMBISONIC_BASE`.
* *
* @note these values are only used for AV_CHANNEL_ORDER_CUSTOM channel * @note these values are only used for AV_CHANNEL_ORDER_CUSTOM channel
* orderings, the AV_CHANNEL_ORDER_AMBISONIC ordering orders the channels * orderings, the AV_CHANNEL_ORDER_AMBISONIC ordering orders the channels