[cfe-commits] [PATCH] Comment parsing: add support for template parameter documentation

Dmitri Gribenko gribozavr at gmail.com
Mon Jul 30 13:31:56 PDT 2012


Hello,

The attached patch adds support for \tparam command on all levels.

The only caveat is me renumbering CXCommentKind enum for aesthetic
reasons -- this breaks binary compatibility, but should not be a
problem since API is so new.

Please review.

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>*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tparam-command-support-v1.patch
Type: application/octet-stream
Size: 57355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120730/80e2c5eb/attachment.obj>


More information about the cfe-commits mailing list