Searched defs:moduleTypeDoc (Results 1 – 1 of 1) sorted by relevance
523 func removeEmptyPropertyStructs(mtDoc *moduleTypeDoc) {533 func collapseDuplicatePropertyStructs(mtDoc *moduleTypeDoc) {565 func collapseNestedPropertyStructs(mtDoc *moduleTypeDoc) {597 func combineDuplicateProperties(mtDoc *moduleTypeDoc) {630 type moduleTypeDoc struct { struct631 Name string632 Text string633 PropertyStructs []*PropertyStructDocs