Hello,

The attached patch makes CommentBriefParser use \returns if it can't
find the \brief or just a plain paragraph.

I'm not sure whether to prepend "Returns" to extracted text or not.
In most cases this would be appropriate, but in some (rare) cases
documentation is written in languages other than English.

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]>*/

Attachment: comment-brief-parser-use-returns-paragraph-v1.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to