Home | History | Annotate | Download | only in bpdoc

Lines Matching refs:ModuleType

24 	// ModuleTypes is a list of ModuleType objects that contain information about each module type that is
26 ModuleTypes []*ModuleType
29 // ModuleType contains the information about a module type that is relevant to generating documentation.
30 type ModuleType struct {
73 // Construct ModuleType with the given info.
109 propertyStructs []interface{}) (*ModuleType, error) {
111 mt, err := r.ModuleType(name, factory)
116 // Reader.ModuleType only fills basic information such as name and package path. Collect more info
214 func removeEmptyPropertyStructs(mt *ModuleType) {
224 func collapseDuplicatePropertyStructs(mt *ModuleType) {
256 func collapseNestedPropertyStructs(mt *ModuleType) {
288 func combineDuplicateProperties(mt *ModuleType) {