summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJakob Lykke Andersen <Jakob@caput.dk>2020-10-13 12:30:13 +0200
committerJakob Lykke Andersen <Jakob@caput.dk>2020-10-13 12:42:19 +0200
commit15251574a97ffa13b9c62255733296c2a3ab50b4 (patch)
tree1ebfee1f941862f14b479dbb44c2bbb590f9e1c3 /CHANGES
parent488f4a6ac44f8fc81cb55ad3c7fb1fd1271b03ff (diff)
downloadsphinx-git-15251574a97ffa13b9c62255733296c2a3ab50b4.tar.gz
C, fix links to function parameters
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 93cc5fb8c..a8426dff8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,8 @@ Bugs fixed
* C, fix anon objects in intersphinx.
* #8270, C++, properly reject functions as duplicate declarations if a
non-function declaration of the same name already exists.
+* C, fix references to function parameters.
+ Link to the function instead of a non-existing anchor.
Testing