#summary The @return tag == Usage == @return [description of what is being returned] == Description == Describe the return _behavior_ of a function. This tag does not specify the return _type_, Use [TagFunction @function] for that. == Example == {{{ /** * @function {com.foo.Answer} getMainAnswer * @return answer to life, universe and the like, when properly asked */ }}} == Details == || Since || v1.0 || || See also || [TagFunction @function]||