#summary The @struct tag == Usage == @struct [_[ModifierReference modifiers]_] _struct_name_ == Description == Definition of structure. Similar to namespace, but could have optional modifiers TODO: Link to page about namespace behavior. Also need a best practice on how this can be used to document arbitrary JS object structures. == Example == {{{ /** * Structure with configuration * @struct {private} myconfig */ }}} == Details == || Since || v1.0 ||