#summary the @ifunction tag == Usage == @ifunction [{[_[ModifierReference modifiers]_] [_return_type_]}] _function_name_ == Description == Comment for function interfaces, for example when documenting the signature of callback functions TODO: Use of this tag is not obvious. Should have detailed documentation on how it's expected to be used, with related !BestPractices examples == Example == {{{ /** * @ifunction {int} onWakeUp * @param (Time} pTime - alarm settings * @returns number of failed attempts to wake up */ }}} == Details == || Since || v1.0 ||