/tags/jsdoc_toolkit-1.3.3/test/data/alias.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 15 lines · 2 code · 2 blank · 11 comment · 0 complexity · 2adb58b4f1cc13c8c405b428fb7193cd MD5 · raw file
- /**
- * Twiddle the given flick.
- * @name twiddle.flick
- */
- function zipZap(zID) { // <-- this is NOT the named object above!
- }
-
- /**
- * Join two str together.
- * @name Concat
- * @function
- * @param strX
- * @param strY
- */