summaryrefslogtreecommitdiff
path: root/gtkdoc/mkdb.py
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-03-07 16:14:56 +0000
committerPhilip Withnall <withnall@endlessm.com>2019-03-07 16:14:56 +0000
commit9a1aa40be9655a7714a28d76f31858189df1a509 (patch)
tree1894effd4bde2fd181270e8e95db14d257992d50 /gtkdoc/mkdb.py
parentc91ba300cdecd8023b1646e871c5d28469746408 (diff)
downloadgtk-doc-9a1aa40be9655a7714a28d76f31858189df1a509.tar.gz
mkdb: Fix warning about a missing acronym in the XSL
This should fix the following warning: In gtk-doc.xsl: For acronym (shadows) no value found! Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'gtkdoc/mkdb.py')
-rw-r--r--gtkdoc/mkdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtkdoc/mkdb.py b/gtkdoc/mkdb.py
index 9930975..4d05d8c 100644
--- a/gtkdoc/mkdb.py
+++ b/gtkdoc/mkdb.py
@@ -131,7 +131,7 @@ AnnotationDefinition = {
'closure': "This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.",
'constructor': "This symbol is a constructor, not a static method.",
'destroy': "This parameter is a 'destroy_data', for callbacks.",
- 'default': "Default parameter value (for in case the <acronym>shadows</acronym>-to function has less parameters).",
+ 'default': "Default parameter value (in case a function which shadows this one via <acronym>rename-to</acronym> has fewer parameters).",
'element-type': "Generics and defining elements of containers and arrays.",
'error-domains': "Typed errors. Similar to throws in Java.",
'foreign': "This is a foreign struct.",