Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dhtml.go236 return parseHTMLComment(s, i)
392 func parseHTMLComment(s string, i int) (Inline, int, bool) { func