gtk-doc r656 - trunk
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-doc r656 - trunk
- Date: Fri, 23 Jan 2009 08:18:32 +0000 (UTC)
Author: stefkost
Date: Fri Jan 23 08:18:32 2009
New Revision: 656
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=656&view=rev
Log:
patch by: David NeÄas <yeti physics muni cz>
* gtkdoc-scan.in:
Use CamelCase id for interfaces. Fixes #568706.
Modified:
trunk/ChangeLog
trunk/gtkdoc-scan.in
Modified: trunk/gtkdoc-scan.in
==============================================================================
--- trunk/gtkdoc-scan.in (original)
+++ trunk/gtkdoc-scan.in Fri Jan 23 08:18:32 2009
@@ -599,7 +599,7 @@
$symbol = $1;
}
- if ($symbol =~ m/^(\S+)Class/) {
+ if ($symbol =~ m/^(\S+)(Class|Iface|Interface)\b/) {
#print "Found object: $1\n";
$list .= "<TITLE>$1</TITLE>\n$1\n";
push (@objects, $1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]