Don't let make write the filename into the output
[paraslash.git] / filter.h
index 712f1e5bac58bada5fdaadc80a99cdbbebe7d10b..2c546c1d21f281529fcda364987e8802b4b52036 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -197,6 +197,7 @@ struct filter {
         */
        int (*parse_config)(int argc, char **argv, void **config);
 
+       /** The help texts for this filter. */
        struct ggo_help help;
 };