[LTP] [PATCH 2/2] docparse: Unify Description and Algorithm titles
Petr Vorel
pvorel@suse.cz
Fri Mar 12 12:02:07 CET 2021
Hi,
> > # fix formatting for asciidoc [DOCUMENTATION] => *DOCUMENTATION*
> ^
> This
> should
> be
> *Documentation*
> > if ($doc =~ s/^\[(.*)\]$/$1/) {
> > - $doc = paragraph(bold($doc));
> > + $doc = paragraph(bold(ucfirst(lc($doc))));
> > }
> > $content .= "$doc\n";
> Other than that it looks good.
Thanks, fixed and patchset merged.
Yang, sorry I didn't put it into docparse.c.
> Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
More information about the ltp
mailing list