]> git.sesse.net Git - vlc/blobdiff - include/vlc_meta.h
Add a bunch of \file doxygen comments
[vlc] / include / vlc_meta.h
index 66f90de7b06aa5dac9eaf5bafd276b13bfd430a0..a2abee0bbdb1298370f0ecd939c8dee809ec5478 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if !defined( __LIBVLC__ )
-  #error You are not libvlc or one of its plugins. You cannot include this file
-#endif
+#ifndef VLC_META_H
+#define VLC_META_H 1
 
-#ifndef _VLC_META_H
-#define _VLC_META_H 1
+/**
+ * \file
+ * This file defines functions and structures for stream meta-data in vlc
+ *
+ */
 
 #include <vlc_arrays.h>