]> git.sesse.net Git - vlc/blobdiff - include/vlc_configuration.h
Add a bunch of \file doxygen comments
[vlc] / include / vlc_configuration.h
index 5e0911ac7a6a7717b2b4f2024dc2b9e1a5ea52c4..36d46cb28a799b5e2f0e2bd687d281e90562db9c 100644 (file)
 #ifndef VLC_CONFIGURATION_H
 #define VLC_CONFIGURATION_H 1
 
+/**
+ * \file
+ * This file describes the programming interface for the configuration module.
+ * It includes functions allowing to declare, get or set configuration options.
+ */
 
 # ifdef __cplusplus
 extern "C" {