aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJaewoong Jung2019-03-11 16:35:41 -0500
committerJaewoong Jung2019-03-11 16:35:41 -0500
commit238be3807c4a111784819ea8e66cae9538a7bfdb (patch)
treef503828e392a58ee4ceb223dd5ea63d348398b4f /cmd
parent1361449710eaa5ca4bd0acf01489ae0260d768b6 (diff)
downloadplatform-build-soong-238be3807c4a111784819ea8e66cae9538a7bfdb.tar.gz
platform-build-soong-238be3807c4a111784819ea8e66cae9538a7bfdb.tar.xz
platform-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 {
34 34
35type moduleTypeTemplateData struct { 35type moduleTypeTemplateData struct {
36 Name string 36 Name string
37 Synopsis string 37 Synopsis template.HTML
38 Properties []bpdoc.Property 38 Properties []bpdoc.Property
39} 39}
40 40