can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / shortcuts.js
diff --git a/jsdoc-toolkit/app/test/shortcuts.js b/jsdoc-toolkit/app/test/shortcuts.js
new file mode 100644 (file)
index 0000000..f738f1e
--- /dev/null
@@ -0,0 +1,22 @@
+// /**#=+
+//  * {
+//  *  'D': 'Date.prototype',
+//  *  '$N': 'Number'
+//  * }
+//  */
+// var D = Date.prototype,
+// $N = Number;
+// 
+// D.locale = function(){
+// };
+// 
+// /**
+//     @return {string} The cardinal number string.
+// */
+// $N.nth = function(n){
+// };
+// 
+// LOAD.file = function(){
+// }
+// 
+// /**#=-*/
\ No newline at end of file