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

Commit 741711b3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add ranking in docs for exclude_srcs to follow srcs"

parents 71debbfc e7211dd3
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.