Introspect/NameSpace.js
[gnome.introspection-doc-generator] / Introspect / NameSpace.js
index b3d015d..5d75120 100644 (file)
@@ -180,6 +180,7 @@ NameSpace = {
    
     doc : function(what) {
         var ns = what.split('.').shift();
+        return '';
         this.commentLoad(ns);
         return typeof(this.comments[ns][what]) == 'undefined' ?  '' : this.comments[ns][what];