aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-04-29 15:41:03 +0200
committerEmilio Jesus Gallego Arias2020-04-29 15:41:03 +0200
commitb1615099b3b0afff5fa72b1c6ddd835141105653 (patch)
treea22e359b2492eabf341a132509b17e3abd4c761b /doc
parenteb45539eb9e757ea5b520ddc06897bcef8f27af8 (diff)
parent73e063f18010b4d0a40999782a02333e0baea142 (diff)
Merge PR #12027: Fix #3415: coqdoc links projections rather than constructor in record tuples
Reviewed-by: ejgallego
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-tools/12027-master+fix3415-coqdoc-record.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/12027-master+fix3415-coqdoc-record.rst b/doc/changelog/08-tools/12027-master+fix3415-coqdoc-record.rst
new file mode 100644
index 0000000000..ae9b69e592
--- /dev/null
+++ b/doc/changelog/08-tools/12027-master+fix3415-coqdoc-record.rst
@@ -0,0 +1,5 @@
+- **Fixed:**
+ Fields of a record tuple now link in coqdoc to their definition
+ (`#12027 <https://github.com/coq/coq/pull/12027>`_, fixes
+ `#3415 <https://github.com/coq/coq/issues/3415>`_,
+ by Hugo Herbelin; ).