]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
devhelp: Generate better keywords
authorFlorian Brosch <flo.brosch@gmail.com>
Mon, 23 Sep 2013 22:59:37 +0000 (00:59 +0200)
committerFlorian Brosch <flo.brosch@gmail.com>
Mon, 23 Sep 2013 23:01:11 +0000 (01:01 +0200)
src/doclets/devhelp/doclet.vala

index b3747af04959787e7016d048a02601481aaed6a9..b776f5e37b78fae04e8cf1344e621d6f4a60dae8 100644 (file)
@@ -129,7 +129,7 @@ public class Valadoc.Devhelp.Doclet : Valadoc.Html.BasicDoclet {
                        }
 
                        _devhelpwriter.simple_tag ("keyword", {"type", typekeyword,
-                                                                                                  "name", node.name,
+                                                                                                  "name", node.get_full_name (),
                                                                                                   "link", get_link (node, node.package)});
                }
                _devhelpwriter.end_functions ();