vlc_block: fix doxygen unnamed group

Fix doxygen warnings:

    include/vlc_block.h:30: warning: missing title after \defgroup block
This commit is contained in:
Alexandre Janniaux 2023-07-05 18:14:55 +02:00 committed by Steve Lhomme
parent 5b34f2e57f
commit d8bc61d999
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include <vlc_frame.h>
/**
* \defgroup block
* \defgroup block Blocks
* \ingroup input
*
* Blocks of binary data.