/wiki/TagDeprecated.wiki
http://jsdoc-toolkit.googlecode.com/ · Unknown · 23 lines · 16 code · 7 blank · 0 comment · 0 complexity · 0510080289d96731d9e9c75ee5649d97 MD5 · raw file
- #summary @deprecated
- == The @deprecated Tag ==
- The `@deprecated` that a constructor, a method, or property should no longer be used.
- === Syntax ===
- {{{
- @deprecated deprecatedDescription
- }}}
- * deprecatedDescription - Any information you wish to provide about the deprecated status of the object.
- === Example ===
- {{{
- /**
- * @deprecated Since version 0.5. You should now use NewFoo.
- */
- function Foo() {
- }
- }}}inks to other wiki pages