RealyUniqueName / haxe

Haxe - The Cross-Platform Toolkit

Home Page:http://haxe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write typed arrays in docblocks

RealyUniqueName opened this issue · comments

Example:

function some () : Array<Int>

Should be translated to

/**
 * @return int[]
 */
function some ()