/branches/jsdoc_tk_gui/setup/test/data/tags.js

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 22 lines · 2 code · 1 blank · 19 comment · 0 complexity · 69faf07a80ceba670bddb0d2093186c6 MD5 · raw file

  1. /**
  2. * @fileOverview This "library" contains "a
  3. * lot of classes and functions.
  4. * @example <code>
  5. alert("This 'is' \"code\"");
  6. </code>
  7. * @library My Cool Library
  8. * @author Joe Smith jsmith@company.com
  9. * @version 0.1
  10. */
  11. /**
  12. * Gets the current bar.
  13. * @Status experimental
  14. * @deprecated
  15. * @param {String} barID The unique identifier for the foo.
  16. * @return {Object} Returns the current foo.
  17. * @rating 4 stars
  18. * @lastmodifiedby Michael
  19. */
  20. function getBar(barID){
  21. }