[vlc-commits] Fix Doxygen group names
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sat Apr 11 17:00:45 CEST 2020
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at 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
  * @{
  */
    
    
More information about the vlc-commits
mailing list