[llvm-commits] [PATCH] Coding Standards: Doxygen guidelines

Dmitri Gribenko gribozavr at gmail.com
Fri Sep 14 08:27:35 PDT 2012


Hello,

@Chris, Chandler: CC'ing you since this an addition to the policies
and I feel like I need your review.

The attached patch documents current Doxygen use practices in Coding
Standards.  Mostly it is obvious stuff and most new code being
committed conforms to that.  Some old code does not; this might cause
confusion and this is the motivation to document the correct
guidelines.

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: doxygen-use-in-comments-v1.patch
Type: application/octet-stream
Size: 1418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120914/91a38c4f/attachment.obj>


More information about the llvm-commits mailing list