From eabda9708adb3392e530a2c8a497fba3ba71f078 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Sun, 12 Sep 2021 18:40:37 +0000 Subject: [PATCH] Add Property.Type to bpdocs template This field was missing for Property objects that have non-empty inner Property objects Bug: 172797653 Test: m soong_docs Change-Id: Iee9c66f8b85d68a6b5bf18fd9787143191c4f002 --- cmd/soong_build/writedocs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/soong_build/writedocs.go b/cmd/soong_build/writedocs.go index 8d8f37f4b..d2fbed411 100644 --- a/cmd/soong_build/writedocs.go +++ b/cmd/soong_build/writedocs.go @@ -372,6 +372,7 @@ li a:hover:not(.active) { {{if .Properties -}}
{{.Name}} + {{.Type}} {{- range .OtherNames -}}, {{.}}{{- end -}}