#summary The @var tag == Usage == @var [{[_[ModifierReference modifiers]_] [_type_]}] _variable_name_ == Description == Defines either a global variable in a namespace or class/structure member. It is possible to specify optional modifiers and/or type for the variable == Example == {{{ /** * Engine of the plane * @var {private com.foo.Engine} m_engine */ }}} == Details == || Since || v1.0 ||