X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..a202463f02ef9fe101e14bd5ca264de34d50a405:/plugins/execraw.c diff --git a/plugins/execraw.c b/plugins/execraw.c index c967fda..8af8c61 100644 --- 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"