]> git.sesse.net Git - vlc/blobdiff - include/vlc_keys.h
Add a bunch of \file doxygen comments
[vlc] / include / vlc_keys.h
index 87541d50ceb9ec61f72cd5f6997f1ef5b7ed3c12..a3fca5788fd4a430d4235158b0fc2d4c4a8e1a94 100644 (file)
 #ifndef VLC_KEYS_H
 #define VLC_KEYS_H 1
 
+/**
+ * \file
+ * This file defines keys, functions and structures for hotkey handling in vlc
+ *
+ */
+
 #define KEY_MODIFIER         0xFF000000
 #define KEY_MODIFIER_ALT     0x01000000
 #define KEY_MODIFIER_SHIFT   0x02000000