On Fri, Apr 5, 2013 at 4:21 AM, Sean Silva <[email protected]> wrote:
>
> On Thu, Apr 4, 2013 at 12:47 PM, Jordan Rose <[email protected]> wrote:
>>
>> Hm. I just tried that today, and Clang complained. According to the
>> Doxygen site, the recognition of `monospaced` is part of Markdown support
>> added in v1.8.0, but Clang's doc comment parsing doesn't have any special
>> understanding of Markdown. (I tried the classic form "\c @interface", but
>> that didn't work either.)
>
>
> Dmitri, do you know if this doxygen syntax feature (markdown support) is on
> the roadmap for clang's documentation parsing?
Hi Sean,
You can definitely file a bug for this. This particular feature might
be implementable more or less easily (using the retokenizer class to
extract the next word).
But I will not have time to work on this any time soon.
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 <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits