Skip to content

Commit

Permalink
Update supported Coq versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jul 10, 2018
1 parent 03a1870 commit df4611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

coq2html is an HTML documentation generator for Coq source files. It is an alternative to the standard coqdoc documentation generator distributed along with Coq. The major feature of coq2html is its ability to fold proof scripts: in the generated HTML, proof scripts are initially hidden, but can be revealed one by one by clicking on the "Proof" keyword. Here is an example of [folding in action](http://compcert.inria.fr/doc/html/Memory.html#Mem.valid_access_dec).

**Compatibility:** to produce cross-references, coq2html reads `.glob` files produced by Coq. The format of those files is undocumented and changes silently between major releases of Coq. The current version of coq2html is known to be compatible with Coq 8.6 and believed to be compatible with Coq 8.5.
**Compatibility:** to produce cross-references, coq2html reads `.glob` files produced by Coq. The format of those files is undocumented and changes silently between major releases of Coq. The current version of coq2html is believed to be compatible with Coq 8.8, 8.7, and 8.6.

**History:** coq2html was developed and originally distributed as part of the [CompCert](http://compcert.inria.fr/) project when it became clear that the coqdoc of the time was not able to format the CompCert Coq sources the desired way. This is the first release of coq2html as a stand-alone tool, independent from CompCert.

Expand Down

0 comments on commit df4611d

Please sign in to comment.