Index: util/genref.sh =================================================================== --- util/genref.sh (revision 776) +++ util/genref.sh (revision 777) @@ -111,6 +111,7 @@ sub("[(]", "(int event_id,", proto) # proto = getsrc(source, MAP["d"]) + print "" print "

" proto "

" print "
"
 		print get_pre_comment(TREE, MAP["a"])
@@ -137,6 +138,7 @@
 # proto = getsrc(source, MAP["d"])
 
 		gsub("[(][ \t]*", "(", proto)
+		print ""
 		print "

", proto, "

" print "
"
 		print get_pre_comment(TREE, MAP["a"])