aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJaewoong Jung <jungjw@google.com>2019-03-11 14:35:41 -0700
committerJaewoong Jung <jungjw@google.com>2019-03-11 14:35:41 -0700
commit238be3807c4a111784819ea8e66cae9538a7bfdb (patch)
treef503828e392a58ee4ceb223dd5ea63d348398b4f /cmd
parent1361449710eaa5ca4bd0acf01489ae0260d768b6 (diff)
downloadbuild_soong-238be3807c4a111784819ea8e66cae9538a7bfdb.tar.gz
build_soong-238be3807c4a111784819ea8e66cae9538a7bfdb.tar.bz2
build_soong-238be3807c4a111784819ea8e66cae9538a7bfdb.zip
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
Diffstat (limited to 'cmd')
-rw-r--r--cmd/soong_build/writedocs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/soong_build/writedocs.go b/cmd/soong_build/writedocs.go
index 4b2dc14f..5171b685 100644
--- a/cmd/soong_build/writedocs.go
+++ b/cmd/soong_build/writedocs.go
@@ -34,7 +34,7 @@ type perPackageTemplateData struct {
type moduleTypeTemplateData struct {
Name string
- Synopsis string
+ Synopsis template.HTML
Properties []bpdoc.Property
}