[cfe-commits] [PATCH] CommentBriefParser: use \returns as a last resort

Dmitri Gribenko gribozavr at gmail.com
Fri Jul 20 10:03:35 PDT 2012


On Fri, Jul 20, 2012 at 8:37 AM, Douglas Gregor <dgregor at apple.com> wrote:
>
> On Jul 19, 2012, at 2:56 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>
>> Hello,
>>
>> The attached patch makes CommentBriefParser use \returns if it can't
>> find the \brief or just a plain paragraph.
>
> LGTM!

Thank you!  Committed r160551 with "Returns" prepending.

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