gtk-doc r680 - trunk



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]