can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / tosource.js
diff --git a/jsdoc-toolkit/app/test/tosource.js b/jsdoc-toolkit/app/test/tosource.js
new file mode 100644 (file)
index 0000000..706d476
--- /dev/null
@@ -0,0 +1,23 @@
+/**
+ * @param {Object} object
+ * @return {string}
+ */
+function valueOf(object) {}
+
+/**
+ * @param {Object} object
+ * @return {string}
+ */
+function toString(object) {}
+
+/**
+ * @param {Object} object
+ * @return {string}
+ */
+function toSource(object) {}
+
+/**
+ * @param {Object} object
+ * @return {string}
+ */
+function constructor(object) {}
\ No newline at end of file