Commit 5a1567e9 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Output the wizard flag in the docs too

parent 85b8869f
......@@ -950,6 +950,10 @@ MCF_DumpRstParam(void)
printf("%sexperimental", q);
q = ", ";
}
if (pp->flags & WIZARD) {
printf("%swizard", q);
q = ", ";
}
printf("\n");
}
printf("\n\t");
......
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