Commit 3facb917 authored by Rusty Russell's avatar Rusty Russell

From: "Timothy B. Terriberry" <tterribe@xiph.org>

Fixes the example module documentation ccanlint outputs. The
missing \n meant that it would not validate its own example as valid
documentation (with no explanation of why it was invalid... but that
would be a much larger patch).
parent 4454150b
......@@ -56,7 +56,7 @@ static void create_info_template_doc(struct manifest *m, void *check_result)
err(1, "Creating _info.c.new to insert documentation");
if (fprintf(new,
"/**"
"/**\n"
" * %s - [[ONE LINE DESCRIPTION HERE]]\n"
" *\n"
" * Paragraphs why %s exists and where to use it.\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment