summaryrefslogtreecommitdiff
path: root/doc/gccgo_install.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-01-19 11:24:54 +1100
committerAndrew Gerrand <adg@golang.org>2012-01-19 11:24:54 +1100
commit35685edca2bb27b7743d8ed22a7c1e933e90b0eb (patch)
tree883e77ea34a41a289ada84279d6b1910a4a66246 /doc/gccgo_install.html
parentb8c196719f17f14e3f96141b7b8eeb232f9e5ab9 (diff)
downloadgo-35685edca2bb27b7743d8ed22a7c1e933e90b0eb.tar.gz
godoc: specify HTML page metadata with a JSON blob
This allows HTML pages to specify arbitrary data in a header: <!--{ "Title": "The page title", ... }--> replacing the old style comments: <!-- title The page title --> R=gri, rsc, r, bradfitz, dsymonds CC=golang-dev http://codereview.appspot.com/5532093
Diffstat (limited to 'doc/gccgo_install.html')
-rw-r--r--doc/gccgo_install.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html
index 38a30e9c6..1aaf64e54 100644
--- a/doc/gccgo_install.html
+++ b/doc/gccgo_install.html
@@ -1,4 +1,6 @@
-<!-- Setting up and using gccgo -->
+<!--{
+ "Title": "Setting up and using gccgo"
+}-->
<p>
This document explains how to use <code>gccgo</code>, a compiler for