#summary The @function tag == Usage == @function [{[_[ModifierReference modifiers]_] [_return_type_]}] _function_name_ == Description == Document a function. It is possible to specify optional modifiers and/or return type for the function == Example == TODO: Need more examples showing how various related tags are used {{{ /** * Converts mana into magic * @function {abstract com.foo.Magic} convertMana */ }}} == Details == || Since || v1.0 || || See also || [TagParam @param], [TagReturn @return]||