[gtk-doc] fixxref: mark some more fundamental types as "not linkable"



commit f2f9c083e83a1e0f6f471172a36f06e28e6e51f8
Author: Stefan Kost <ensonic users sf net>
Date:   Sat Dec 26 00:37:10 2009 +0200

    fixxref: mark some more fundamental types as "not linkable"

 gtkdoc-fixxref.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtkdoc-fixxref.in b/gtkdoc-fixxref.in
index 5a703ad..786770a 100755
--- a/gtkdoc-fixxref.in
+++ b/gtkdoc-fixxref.in
@@ -89,6 +89,9 @@ my %NoLinks = (
     'unsigned'  => 1,
     'va-list' => 1,
     'void'  => 1,
+    'GBoxed' => 1,
+    'GEnum' => 1,
+    'GFlags' => 1,
     'GInterface' => 1
     );
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]