Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7211dd3 authored by Liz Kammer's avatar Liz Kammer
Browse files

Add ranking in docs for exclude_srcs to follow srcs

Change-Id: I0c4aa568ed1fb82c116b18217043f19029632545
parent d3e294d8
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -44,9 +44,10 @@ var propertyRank = map[string]int{
	"name":             0,
	"src":              1,
	"srcs":             2,
	"defaults":         3,
	"host_supported":   4,
	"device_supported": 5,
	"exclude_srcs":     3,
	"defaults":         4,
	"host_supported":   5,
	"device_supported": 6,
}

// For each module type, extract its documentation and convert it to the template data.