[gtk-doc: 1/2] mkdb: Fix warning about a missing acronym in the XSL
- From: Stefan Sauer <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc: 1/2] mkdb: Fix warning about a missing acronym in the XSL
- Date: Sat, 9 Mar 2019 20:03:15 +0000 (UTC)
commit 9a1aa40be9655a7714a28d76f31858189df1a509
Author: Philip Withnall <withnall endlessm com>
Date: Thu Mar 7 16:14:56 2019 +0000
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>
gtkdoc/mkdb.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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.",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]