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

Dmitri Gribenko gribozavr at gmail.com
Wed Sep 19 14:14:30 PDT 2012


On Thu, Sep 20, 2012 at 12:10 AM, Hal Finkel <hfinkel at anl.gov> wrote:
> Dmitri,
>
> Quick comment: Please include a comma after an introductory clause.
> Specifically (commas added):
> To refer to parameter names inside a paragraph, use the
> To document a function parameter, start a new paragraph
> To describe function return value, use the

Thank you!  Corrected locally.

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 llvm-commits mailing list