Re: gtkdoc, Bonobo, and struct parsing



Ok, I found my patch:

--- gtk-doc/gtkdoc-scan	Sat Nov 25 14:38:26 2000
+++ /gnome/bin/gtkdoc-scan	Sun Dec  3 20:10:26 2000
@@ -426,8 +427,8 @@
 		}
 
 		if ($symbol =~ m/^(\S+)Class/
-		    && $1 ne 'GtkStyle' && $1 !~ /^Pango/) {
-#		    print "Found object: $1\n";
+		    && $1 ne 'GtkStyle' && $1 !~ /^(Pango|Bonobo)/) {
+		    print "Found object: $1\n";
 		    $list .= "<TITLE>$1</TITLE>\n";
 		    push (@objects, $1);
 		} else {

Miguel.




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