]> git.sesse.net Git - vlc/blobdiff - include/vlc_sout.h
Add a bunch of \file doxygen comments
[vlc] / include / vlc_sout.h
index d1a75ad8b5b079db9c4bd3b4370bcbe5e0c3ae19..811146f72baef197e8d5936c8183f4e35d476a61 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef _VLC_SOUT_H_
-#define _VLC_SOUT_H_
+#ifndef VLC_SOUT_H_
+#define VLC_SOUT_H_
+
+/**
+ * \file
+ * This file defines structures and functions for stream ouput in vlc
+ */
 
 #ifdef __cplusplus
 extern "C" {