chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge config aliasing bug fix.
[disorder]
/
plugins
/
execraw.c
diff --git
a/plugins/execraw.c
b/plugins/execraw.c
index c967fdafb11d8eb7307c3bd9591c23f1e55a911f..8af8c61c1288c132e49c7163022c523c24b051ba 100644
(file)
--- a/
plugins/execraw.c
+++ b/
plugins/execraw.c
@@
-1,3
+1,8
@@
+/** @file plugins/execraw.c
+ * @brief Plugin to play a track by executing a command (raw mode)
+ *
+ * Shares code with @ref exec.c.
+ */
#define TYPE DISORDER_PLAYER_RAW
#include "exec.c"