<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/test-suite/coqdoc, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Fix broken HTML rendering of inference rules (fix #12783).</title>
<updated>2020-12-28T10:26:54+00:00</updated>
<author>
<name>Guillaume Melquiond</name>
</author>
<published>2020-12-28T09:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=aed648afd2cf8b09d67fb39c9672b71166089395'/>
<id>aed648afd2cf8b09d67fb39c9672b71166089395</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Coqdoc: we move a newline at a better place.</title>
<updated>2020-11-14T21:55:47+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-11-05T15:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=696df507b58800a7a6b52741fd4ed859aff7b1c3'/>
<id>696df507b58800a7a6b52741fd4ed859aff7b1c3</id>
<content type='text'>
This does not affect the rendering but gives better structured
html/tex files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does not affect the rendering but gives better structured
html/tex files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Addressing #13304: how to verbatim an expression mentioning &gt;&gt;.</title>
<updated>2020-11-14T21:55:47+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-11-05T12:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=7923bb570cd493aff31ac1c94f9e03ff4efd465f'/>
<id>7923bb570cd493aff31ac1c94f9e03ff4efd465f</id>
<content type='text'>
We clarify that there are two kinds of verbatim: inline and block.

We add a test testing verbatim and others.

Co-authored-by: Xia Li-yao &lt;Lysxia@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We clarify that there are two kinds of verbatim: inline and block.

We add a test testing verbatim and others.

Co-authored-by: Xia Li-yao &lt;Lysxia@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>coqdoc: Fix the “details” environment</title>
<updated>2020-07-29T15:48:22+00:00</updated>
<author>
<name>Thomas Letan</name>
</author>
<published>2020-07-29T12:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=ce233d5b4a6f8d506c37a2a492679a66f9618a94'/>
<id>ce233d5b4a6f8d506c37a2a492679a66f9618a94</id>
<content type='text'>
The change introduced by 41a1d66 has broken the feature prior to its
initial release. We attempt to fix the issue, and add a comment to
warn feature developers in order to avoid facing the same issue again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The change introduced by 41a1d66 has broken the feature prior to its
initial release. We attempt to fix the issue, and add a comment to
warn feature developers in order to avoid facing the same issue again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix coqdoc bad bulleting from incorrect space count</title>
<updated>2020-07-24T10:02:14+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2020-07-24T09:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=e140848fd50a49aab7810eb369c9e14efe20f2d6'/>
<id>e140848fd50a49aab7810eb369c9e14efe20f2d6</id>
<content type='text'>
Fix #12742
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #12742
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing #3451: coqdoc links for projections of tuples rather than for constructor.</title>
<updated>2020-04-21T17:29:57+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-04-05T16:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=ab14dab1f8a612e3d854df89ae6d21c26ebb2945'/>
<id>ab14dab1f8a612e3d854df89ae6d21c26ebb2945</id>
<content type='text'>
Moreover, the link to the constructor was hiding other contents of the
tuple.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moreover, the link to the constructor was hiding other contents of the
tuple.
</pre>
</div>
</content>
</entry>
<entry>
<title>Granting coqdoc wish #7093 (definitions link to themselves).</title>
<updated>2020-04-20T16:58:15+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-04-05T14:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=e41be40fb1675311801f8c7f7039a44575a45fff'/>
<id>e41be40fb1675311801f8c7f7039a44575a45fff</id>
<content type='text'>
Co-Authored-By: Xia Li-yao &lt;Lysxia@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Xia Li-yao &lt;Lysxia@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Coqdoc: Exporting location and unique id for binding variables.</title>
<updated>2020-04-15T17:45:39+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-04-06T08:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=3f2742b2c3fd48706d4bfd8bffdd4ae07a338bbd'/>
<id>3f2742b2c3fd48706d4bfd8bffdd4ae07a338bbd</id>
<content type='text'>
This provides linking, appropriate coloring and appropriate hovering
in coqdoc documents.

In particular, this fixes #7697.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This provides linking, appropriate coloring and appropriate hovering
in coqdoc documents.

In particular, this fixes #7697.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #11194 (Canonical/Coercion not located for coqdoc).</title>
<updated>2020-04-05T13:43:04+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-04-05T13:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=825f001fc03f94ee8076a33e34312f5d4a76eafb'/>
<id>825f001fc03f94ee8076a33e34312f5d4a76eafb</id>
<content type='text'>
The location was missing in the parser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The location was missing in the parser.
</pre>
</div>
</content>
</entry>
<entry>
<title>[coqdoc] Fix #11353: coqdoc -g omits all sentences with decorations</title>
<updated>2020-01-14T13:20:18+00:00</updated>
<author>
<name>Karl Palmskog</name>
</author>
<published>2020-01-13T20:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=6b05ae1c447680cd4ed1332c0c8b4f0e24b33f03'/>
<id>6b05ae1c447680cd4ed1332c0c8b4f0e24b33f03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
