aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2018-05-30 16:05:59 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2018-05-30 16:05:59 +0200
commit96d2b78f985ef4d538e277a7851c1b1e28871ffb (patch)
treeb2417eedafcc3e2f3f6e5eaadf57151e8ddab618
parent5a3c31cd685b6190a83a55ed9f54d8a027b386d5 (diff)
parent28b20aed7f81a348b23693e73fb2c00e2eefb174 (diff)
downloadcompcert-96d2b78f985ef4d538e277a7851c1b1e28871ffb.tar.gz
compcert-96d2b78f985ef4d538e277a7851c1b1e28871ffb.zip
Merge branch 'master' of github.com:AbsInt/CompCert
-rw-r--r--doc/coq2html.mll30
-rw-r--r--doc/index.html2
2 files changed, 16 insertions, 16 deletions
diff --git a/doc/coq2html.mll b/doc/coq2html.mll
index a5b284e2..cdc844dc 100644
--- a/doc/coq2html.mll
+++ b/doc/coq2html.mll
@@ -234,30 +234,30 @@ let end_proof kwd =
in_proof := false
let start_html_page modname =
- fprintf !oc "\
-<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
-<html xmlns=\"http://www.w3.org/1999/xhtml\">
+ fprintf !oc
+{|<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Module %s</title>
-<meta name=\"description\" content=\"Documentation of Coq module %s\" />
-<link href=\"coq2html.css\" rel=\"stylesheet\" type=\"text/css\" />
-<script type=\"text/javascript\" src=\"coq2html.js\"> </script>
+<meta name="description" content="Documentation of Coq module %s" />
+<link href="coq2html.css" rel="stylesheet" type="text/css" />
+<script type="text/javascript" src="coq2html.js"> </script>
</head>
-<body onload=\"hideAll('proofscript')\">
-<h1 class=\"title\">Module %s</h1>
-<div class=\"coq\">
-" modname modname modname
+<body onload="hideAll('proofscript')">
+<h1 class="title">Module %s</h1>
+<div class="coq">
+|} modname modname modname
let end_html_page () =
- fprintf !oc "\
-</div>
-<div class=\"footer\"><hr/>Generated by coq2html</div>
+ fprintf !oc
+{|</div>
+<div class="footer"><hr/>Generated by coq2html</div>
</body>
</html>
-"
+|}
}
diff --git a/doc/index.html b/doc/index.html
index 34583bd3..2ac5f698 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -24,7 +24,7 @@ a:active {color : Red; text-decoration : underline; }
<H1 align="center">The CompCert verified compiler</H1>
<H2 align="center">Commented Coq development</H2>
-<H3 align="center">Version 3.2, 2018-01-15</H3>
+<H3 align="center">Version 3.3, 2018-05-30</H3>
<H2>Introduction</H2>