vlc | branch: master | Rémi Denis-Courmont <r...@remlab.net> | Sat Apr 11 
18:00:28 2020 +0300| [437125a43bc3eed38cac981c367aeb76d6d3975c] | committer: 
Rémi Denis-Courmont

Fix Doxygen group names

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=437125a43bc3eed38cac981c367aeb76d6d3975c
---

 include/vlc_block.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_block.h b/include/vlc_block.h
index 1b47e7329f..8fc07055cf 100644
--- a/include/vlc_block.h
+++ b/include/vlc_block.h
@@ -313,7 +313,7 @@ static inline void block_Cleanup (void *block)
 #define block_cleanup_push( block ) vlc_cleanup_push (block_Cleanup, block)
 
 /**
- * \defgroup block_fifo Block chain
+ * \defgroup block_chain Block chain
  * @{
  */
 
@@ -433,7 +433,7 @@ static inline block_t *block_ChainGather( block_t *p_list )
 
 /**
  * @}
- * \defgroup fifo Block FIFO
+ * \defgroup block_fifo Block FIFO
  * Thread-safe block queue functions
  * @{
  */

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to