[cfe-dev] Documenting Clang: question about how best to deliver the doc
Dmitri Gribenko
gribozavr at gmail.com
Tue Aug 20 21:17:16 PDT 2013
On Tue, Aug 20, 2013 at 5:57 PM, Morrison, Michael
<Michael_Morrison at playstation.sony.com> wrote:
> Our main concern is picking the path forward that is most preferred by the
> community.
If you decide to go with Doxygen, make sure to check that it supports
all formatting you need. In particular, check how tables, nested
lists, and inline monospaced code works.
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-dev
mailing list