Home
last modified time | relevance | path

Searched refs:markupComment (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/boringssl/src/util/
H A Ddoc.go619 func markupComment(allDecls map[string]string, comment []CommentBlock) template.HTML { func
769 …"markupComment": func(c []CommentBlock) template.HTML { return markupComment(allDecls, c) …
786 {{if .Preamble}}<div class="comment">{{.Preamble | markupComment}}</div>{{end}}
802 … {{if .Preamble}}<div class="sectionpreamble comment">{{.Preamble | markupComment}}</div>{{end}}
806 {{if .Comment}}<div class="comment">{{.Comment | markupComment}}</div>{{end}}
/aosp_15_r20/external/boringssl/src/util/
H A Ddoc.go619 func markupComment(allDecls map[string]string, comment []CommentBlock) template.HTML { func
769 …"markupComment": func(c []CommentBlock) template.HTML { return markupComment(allDecls, c) …
786 {{if .Preamble}}<div class="comment">{{.Preamble | markupComment}}</div>{{end}}
802 … {{if .Preamble}}<div class="sectionpreamble comment">{{.Preamble | markupComment}}</div>{{end}}
806 {{if .Comment}}<div class="comment">{{.Comment | markupComment}}</div>{{end}}