#summary The @namespace tag == Usage == @namespace _namespace_name_ == Description == Defines new namespace. Namespaces could be viewed as generic containers for functions and variables. TODO: Link to page describing how namespaces work == Example == {{{ /** * Namespace containing various useful functions * @namespace utils */ }}} == Details == || Since || v1.0 ||