X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..64bb08384a2ba77f482873f0fcc5b94ee6f21a5e:/plugins/notify.c diff --git a/plugins/notify.c b/plugins/notify.c index 8f9dc80..a0d7c11 100644 --- a/plugins/notify.c +++ b/plugins/notify.c @@ -15,6 +15,13 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file plugins/notify.c + * @brief Standard notify plugin + * + * The arrangements here are not very satisfactory - you wanted to be + * able to replace the plugin but still keep its features. So you + * wanted a list of plugins really. + */ #include "common.h"