Re: linking to signals



On Wed, 2007-05-30 at 00:47 -0400, Matthias Clasen wrote:

> Here is a patch.

--- gtkdoc-mkdb.in      2007-05-30 00:41:22.000000000 -0400
+++ gtkdoc-mkdb 2007-05-30 00:40:20.000000000 -0400
@@ -1934,7 +1934,7 @@
     # Convert '#symbol'
     # if $1 is Object::signal change id to Object-signal
     # if $1 is Object:property change id to Object--property
-    $text =~ s/#([\w\-:]+)/&MakeHashXRef(&symbolify($1), &tagify2($1,
"type"));/eg;
+    $text =~ s/#([\w\-:]+)/&MakeHashXRef(&symbolify($1),
&tagify2(classless($1), "type"));/eg;
   }


That will affect properties as well, won't it? Was that intentional?

Damon





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