r174216 - Comment parsing: improve the fidelity of XML output for many block commands

Dmitri Gribenko gribozavr at gmail.com
Fri Feb 1 15:35:47 PST 2013


On Sat, Feb 2, 2013 at 1:27 AM, jahanian <fjahanian at apple.com> wrote:
>
> On Feb 1, 2013, at 12:23 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>
>> Author: gribozavr
>> Date: Fri Feb  1 14:23:57 2013
>> New Revision: 174216
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=174216&view=rev
>> Log:
>> Comment parsing: improve the fidelity of XML output for many block commands
>>
>> This change introduces a 'kind' attribute for the <Para> tag, that captures the
>> kind of the parent block command.
>>
>> For example:
>>
>> \todo Meow.
>>
>
> Thanks Dmitri for working on this.

You are welcome!

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list