Build doc improvements. am: 12c02a63d0
am: dde127fdb6
am: 8c822915fb
Change-Id: If8b0c3432f659b0739f92cf07f4a0020a6c1cbd8
This commit is contained in:
@@ -276,8 +276,9 @@ li a:hover:not(.active) {
|
||||
{{- else -}}
|
||||
<div class="simple" id="{{getModule}}.{{.Name}}">
|
||||
<span class="fixed"> </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}}
|
||||
|
Reference in New Issue
Block a user