JSDOC/Symbol.js
[gnome.introspection-doc-generator] / JSDOC / Symbol.js
index 4c98432..3620491 100644 (file)
@@ -666,7 +666,8 @@ Symbol = XObject.define(
                 this.name = this.name.split('.').pop();
                 this.name = this.name.split('#').pop();
                 this.name = this.memberOf + this.name;
-                this._name = this.memberOf + this._name;
+                this._name = this.name
+                this.alias = this.name;
             }
 
             /*~t