]> git.sesse.net Git - vlc/blobdiff - include/vlc_block.h
Add a bunch of \file doxygen comments
[vlc] / include / vlc_block.h
index cdd337a1badab56d41f5822cdb10be2043e9e6a3..b882b1f8c564cf6b4d8d83f684d97b43c576a838 100644 (file)
 #ifndef VLC_BLOCK_H
 #define VLC_BLOCK_H 1
 
+/**
+ * \file
+ * This file implements functions and structures to handle blocks of data in vlc
+ *
+ */
+
 /****************************************************************************
  * block:
  ****************************************************************************