[LTP] [PATCH 2/2] docparse: Unify Description and Algorithm titles

Xiao Yang yangx.jy@cn.fujitsu.com
Fri Mar 12 15:52:45 CET 2021


于 2021/3/12 19:02, Petr Vorel 写道:
> 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.
Hi Petr,

Never mind, we can do it later when someone needs to unify these titles 
in metadata.json.

Best Regards,
Xiao Yang
>> Reviewed-by: Cyril Hrubis<chrubis@suse.cz>
>
> .
>





More information about the ltp mailing list