From slobodan.blazeski at gmail.com Tue Mar 9 19:29:33 2010 From: slobodan.blazeski at gmail.com (Slobodan Blazeski) Date: Tue, 9 Mar 2010 20:29:33 +0100 Subject: [tinaa-devel] Generic documentation for structure as argument Message-ID: <20773b801003091129w2e8b904l7ad3806bcfaef96b@mail.gmail.com> I have a method called append that takes a structure called line as an argument. Instead of generating name of the structure Tinaa generates generic structure-class Generic Function Append (2 methods) ( append < element > < container > ) Part of: package some-package append element into the container Method Summary append < t > < box > ; class name BOX as argument is recognized append < t > < structure-class > ; struct name LINE as argument is not recognized Slobodan