Build doc improvements. am: 12c02a63d0 am: dde127fdb6

am: 8c822915fb

Change-Id: If8b0c3432f659b0739f92cf07f4a0020a6c1cbd8
This commit is contained in:
Jaewoong Jung
2019-03-13 10:40:57 -07:00
committed by android-build-merger

View File

@@ -276,8 +276,9 @@ li a:hover:not(.active) {
{{- else -}}
<div class="simple" id="{{getModule}}.{{.Name}}">
<span class="fixed">&nbsp;</span><b>{{.Name}} {{range .OtherNames}}, {{.}}{{end -}}</b>
{{- if .Text -}}{{.Text}}{{- end -}}
{{- with .OtherTexts -}}{{.}}{{- end -}}<i>{{.Type}}</i>
<i>{{.Type}}</i>
{{- if .Text -}}{{if ne .Text "\n"}}, {{end}}{{.Text}}{{- end -}}
{{- with .OtherTexts -}}{{.}}{{- end -}}
{{- if .Default -}}<i>Default: {{.Default}}</i>{{- end -}}
</div>
{{- end}}