X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write_common.c;h=316c87ef1f818469c061cf9dc12635d1613fd4ad;hb=f8f6605a4f02a15378a36618dbfacfc862fc6192;hp=4619d40702338901d3437a4989afaf54889e334d;hpb=f87868b3147b189b6d4ee4e44817f092bd1c2895;p=paraslash.git diff --git a/write_common.c b/write_common.c index 4619d407..316c87ef 100644 --- a/write_common.c +++ b/write_common.c @@ -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;