X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..f4cea438de58788edaa56785ac416046afdf6381:/plugins/execraw.c diff --git a/plugins/execraw.c b/plugins/execraw.c index 3c3595a..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" @@ -9,4 +14,3 @@ fill-column:79 indent-tabs-mode:nil End: */ -/* arch-tag:gNkzdgw34U7sQf/CWqcWrQ */