allow variable arguments in LOG functions to be omitted or empty.
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index 9f23663413603d67b7b147763116dc77f2bd210d..52d6f5af0c65a057ba528fb1c9c07bfb1943d41a 100644 (file)
--- a/write.h
+++ b/write.h
@@ -80,7 +80,7 @@ struct writer {
         * on errors.
         */
        int (*pre_select)(struct sched *s, struct writer_node *wn);
-       /*
+       /**
         * Called from the post_select function of the wng task. It must keep
         * track of the the number of bytes consumed from the wng's buffer via
         * the wn->written variable (which may be modified by the wng handling