[cfe-commits] r173586 - Attach any tag type's documentation to its typedef if

Dmitri Gribenko gribozavr at gmail.com
Sun Jan 27 13:19:30 PST 2013


On Sun, Jan 27, 2013 at 4:55 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> On Sun, Jan 27, 2013 at 7:18 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
>> Fariborz, it seems it doesn't like @tparam in templates.
>> http://bb.pgr.jp/builders/clang-3stage-x86_64-linux/builds/832
>
> Here's a reduced example:
>
> /// \tparam T foo
> template<typename T>
> class Z {
> };
>
> typedef Z<int> zint;
>
> Looking into it...

Recommitted in r173626.

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