/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
- /**
- * @fileOverview This "library" contains "a
- * lot of classes and functions.
- * @example <code>
- alert("This 'is' \"code\"");
- </code>
- * @library My Cool Library
- * @author Joe Smith jsmith@company.com
- * @version 0.1
- */
-
- /**
- * Gets the current bar.
- * @Status experimental
- * @deprecated
- * @param {String} barID The unique identifier for the foo.
- * @return {Object} Returns the current foo.
- * @rating 4 stars
- * @lastmodifiedby Michael
- */
- function getBar(barID){
- }