[gtk-doc] Recognize the 'skip' annotation in function parameters
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] Recognize the 'skip' annotation in function parameters
- Date: Thu, 29 Sep 2011 12:17:02 +0000 (UTC)
commit 5c8a905de4f21cb48a106a3076a2ee494c5a499b
Author: Stef Walter <stefw collabora co uk>
Date: Thu Sep 29 12:16:38 2011 +0200
Recognize the 'skip' annotation in function parameters
And don't complain about it.
https://bugzilla.gnome.org/show_bug.cgi?id=660436
gtkdoc-mkdb.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtkdoc-mkdb.in b/gtkdoc-mkdb.in
index 85dfe71..2bff835 100755
--- a/gtkdoc-mkdb.in
+++ b/gtkdoc-mkdb.in
@@ -319,6 +319,7 @@ my %AnnotationDefinition = (
'scope call' => "The callback is valid only during the call to the method.",
'scope async' => "The callback is valid until first called.",
'scope notified' => "The callback is valid until the GDestroyNotify argument is called.",
+ 'skip' => "Exposed in C code, not necessarily available in other languages.",
'type' => "Override the parsed C type with given type"
);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]