can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / addon.js
diff --git a/jsdoc-toolkit/app/test/addon.js b/jsdoc-toolkit/app/test/addon.js
new file mode 100644 (file)
index 0000000..8886205
--- /dev/null
@@ -0,0 +1,24 @@
+String.prototype.reverse = function() {
+}
+
+String.prototype.reverse.utf8 = function() {
+}
+
+Function.count = function() {
+}
+
+/** @memberOf Function */
+Function.count.reset = function() {
+}
+
+/** @memberOf Function */
+count.getValue = function() {
+}
+
+/** @memberOf Function.prototype */
+getSig = function() {
+}
+
+/** @memberOf Function.prototype */
+Function.prototype.getProps = function() {
+}