#summary The @module tag == Usage == @module _module_name_ == Description == Define and document code that may be loaded dynamically. Modules can depend on other modules, in that case the module would be initialized only after all dependencies are loaded and initialized. TODO: This description feels a bit weak (in part because it's unclear what exactly a module is? -RWK) TODO: Link to page that describes how namespaces work, and how module relates to class/interface/struct/file. == Example == {{{ /** * Module with dom functions * @module dom */ }}} == Details == || Since || v1.0 ||