gtk-doc r680 - trunk
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-doc r680 - trunk
- Date: Sat, 21 Feb 2009 10:54:34 +0000 (UTC)
Author: stefkost
Date: Sat Feb 21 10:54:33 2009
New Revision: 680
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=680&view=rev
Log:
* gtkdoc-mkdb.in:
Require the line to ends after the double-colon (sans whitespace),
Modified:
trunk/ChangeLog
trunk/gtkdoc-mkdb.in
Modified: trunk/gtkdoc-mkdb.in
==============================================================================
--- trunk/gtkdoc-mkdb.in (original)
+++ trunk/gtkdoc-mkdb.in Sat Feb 21 10:54:33 2009
@@ -3408,7 +3408,7 @@
$symbol = $1;
#print "SECTION DOCS found in source for : '$symbol'\n";
$ignore_broken_returns = 1;
- } elsif (m%^\s*([\w:-]*\w)\s*:?\s*%) {
+ } elsif (m%^\s*([\w:-]*\w)\s*:?\s*$%) {
$symbol = $1;
#print "SYMBOL DOCS found in source for : '$symbol'\n";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]