doc not generated for template instance alias

Carlos Santander csantander619 at gmail.com
Sun May 14 13:30:46 PDT 2006


For the following module, documentation for "bar" is not generated while all the 
rest is ok. Tested with GDC 0.17.

/// class doc
class A
{
         /// some doc
         template foo(T)
         {
                 /// more doc
                 void foo(T t)
                 {}
         }
	
	alias foo!(int) bar; /// even more doc

	alias int myint; /// alias doc
}


-- 
Carlos Santander Bernal



More information about the Digitalmars-d-bugs mailing list