r178603 - Escape more @ signs in Doxygen comments.

Dmitri Gribenko gribozavr at gmail.com
Thu Apr 4 23:56:38 PDT 2013


On Fri, Apr 5, 2013 at 4:21 AM, Sean Silva <silvas at purdue.edu> wrote:
>
> On Thu, Apr 4, 2013 at 12:47 PM, Jordan Rose <jordan_rose at apple.com> 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 <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list