Change module type text to HTML in build docs.

To add code format (<pre>...</pre>) support to module type texts.

Fixes: 124332708
Test: m soong_docs
Change-Id: Ibe9d3845a8f952fdef5007893d4af5836809ce1f
This commit is contained in:
Jaewoong Jung
2019-03-11 14:35:41 -07:00
parent 1361449710
commit 238be3807c

View File

@@ -34,7 +34,7 @@ type perPackageTemplateData struct {
type moduleTypeTemplateData struct {
Name string
Synopsis string
Synopsis template.HTML
Properties []bpdoc.Property
}