]> git.sesse.net Git - vlc/blobdiff - include/vlc_xml.h
NEWS: cosmetic on x264 news
[vlc] / include / vlc_xml.h
index fde4b7fad6f327674fc98b87cd5776a57403fab3..20b097059adb5334912b2591fca3460161e75a58 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef _VLC_XML_H
-#define _VLC_XML_H
+#ifndef VLC_XML_H
+#define VLC_XML_H
+
+/**
+ * \file
+ * This file defines functions and structures to handle xml tags in vlc
+ *
+ */
 
 # ifdef __cplusplus
 extern "C" {