]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp3_afh: Document id3_field_init() and id3_field_finish().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 28 Apr 2025 22:03:26 +0000 (00:03 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 17 May 2025 14:03:04 +0000 (16:03 +0200)
commit88e6e3a78b666752ae1c75357e404028d4f30420
tree9a4433825f56970b07cff1ff26c57ddcd85747b2
parent682eebfb37b1e2ad3e8fe0831557b99048bfacd2
mp3_afh: Document id3_field_init() and id3_field_finish().

These functions are somewhat obscure because they are not part of the
libid3tag API. They are not part of the internal paraslash API either,
so their documentation should not be shown on the API page. Exclude the
documentation with the doxygen \cond and \endcond markers.
mp3_afh.c