]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write_common.c
Add some missing source code documentation.
[paraslash.git] / write_common.c
index 4619d40702338901d3437a4989afaf54889e334d..316c87ef1f818469c061cf9dc12635d1613fd4ad 100644 (file)
@@ -213,7 +213,11 @@ struct writer_node_group *setup_default_wng(void)
        wng->writer_nodes[0].conf = writers[DEFAULT_WRITER].parse_config("");
        return wng;
 }
-
+/**
+ * Print the help text of all writers to stdout.
+ *
+ * \param detailed Whether to print the detailed help text.
+ */
 void print_writer_helps(int detailed)
 {
        int i;