/trunk/jsdoc-toolkit/app/test/overview.js

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 20 lines · 2 code · 1 blank · 17 comment · 0 complexity · c83765969af33dbb48a81362f2ef735e MD5 · raw file

  1. /**
  2. * @overview This "library" contains a
  3. * lot of classes and functions.
  4. * @example
  5. <pre>
  6. var x (x < 1);
  7. alert("This 'is' \"code\"");
  8. </pre>
  9. * @name My Cool Library
  10. * @author Joe Smith jsmith@company.com
  11. * @version 0.1
  12. */
  13. /**
  14. * Gets the current foo
  15. * @param {String} fooId The unique identifier for the foo.
  16. * @return {Object} Returns the current foo.
  17. */
  18. function getFoo(fooID){
  19. }