/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

  1. /**
  2. * Twiddle the given flick.
  3. * @name twiddle.flick
  4. */
  5. function zipZap(zID) { // <-- this is NOT the named object above!
  6. }
  7. /**
  8. * Join two str together.
  9. * @name Concat
  10. * @function
  11. * @param strX
  12. * @param strY
  13. */