can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / prototype_nested.js
diff --git a/jsdoc-toolkit/app/test/prototype_nested.js b/jsdoc-toolkit/app/test/prototype_nested.js
new file mode 100644 (file)
index 0000000..e8ca1ce
--- /dev/null
@@ -0,0 +1,9 @@
+/** @constructor */
+function Word() {
+}
+
+Word.prototype.reverse = function() {
+}
+
+Word.prototype.reverse.utf8 = function() {
+}
\ No newline at end of file