nitx: is now able to look for generic types
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 30 Aug 2013 02:53:44 +0000 (22:53 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 30 Aug 2013 02:53:44 +0000 (22:53 -0400)
commitfe825ee899fc44ccb91a0e2f3b7559ab77f5fe7f
tree548b4dc0e29bb83c19201c3ec548d91e98842aa8
parent381348fe49cee5f6471188aca58b3b21ae6523e3
nitx: is now able to look for generic types

ex:
"Array" # return class doc for Array
"Array[String]" # return doc for class Array
"return: Array" # return doc for mmethods returning the static type Array
"return: Array[String]" # return only doc for mmethods returning the static type Array[String]

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
src/nitx.nit