Browse Source

vlc_block: fix doxygen unnamed group

Fix doxygen warnings:

    include/vlc_block.h:30: warning: missing title after \defgroup block
pull/162/head
Alexandre Janniaux 3 years ago
committed by Steve Lhomme
parent
commit
d8bc61d999
  1. 2
      include/vlc_block.h

2
include/vlc_block.h

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

Loading…
Cancel
Save