Skip to content

History / Annotating JavaScript for the Closure Compiler

Revisions

  • Add docs for @nocoverage

    @jkrems jkrems committed Oct 22, 2023
  • Document @export behavior on instance properties

    @lauraharker lauraharker committed May 4, 2021
  • Clarify defaults for @struct & @unrestricted

    @lauraharker lauraharker committed Jul 10, 2020
  • Fix syntax of JS @typedef example

    @lauraharker lauraharker committed Apr 3, 2020
  • Updated Annotating JavaScript for the Closure Compiler (markdown)

    @rkirov rkirov committed Nov 15, 2019
  • Updated Annotating JavaScript for the Closure Compiler (markdown)

    @rkirov rkirov committed Nov 15, 2019
  • Updated Annotating JavaScript for the Closure Compiler (markdown)

    @kjin kjin committed Oct 28, 2019
  • Updated Annotating JavaScript for the Closure Compiler (markdown)

    @lauraharker lauraharker committed Aug 21, 2019
  • Updated Annotating JavaScript for the Closure Compiler (markdown)

    @lauraharker lauraharker committed Aug 21, 2019
  • Document the @noinline annotation

    @lauraharker lauraharker committed Aug 21, 2019
  • Add a Table of Contents and organize JSDoc tags into subcategories

    @lauraharker lauraharker committed Aug 14, 2019
  • Updated Annotating JavaScript for the Closure Compiler (markdown)

    @nreid260 nreid260 committed Apr 26, 2019
  • Change "unknown" to "any" in naming "?"

    @shicks shicks committed Apr 17, 2019
  • Add an example with constructor properties marked @const

    @lauraharker lauraharker committed Apr 9, 2019
  • Updated Annotating JavaScript for the Closure Compiler (markdown)

    @brad4d brad4d committed Apr 3, 2019
  • Clarify @override documentation

    @lauraharker lauraharker committed Nov 6, 2018
  • Fix typo in @override description

    @mtaran-google mtaran-google committed Aug 23, 2018
  • Clarify @override when used for a class that implements an interface

    @mtaran-google mtaran-google committed Aug 22, 2018
  • Fix a typo in "calls maybe be removed".

    @sbedulin sbedulin committed Jul 9, 2018
  • Update @SuperInterface

    @concavelenz concavelenz committed May 30, 2018
  • "@record @extends {OtherRecord}" is valid

    @MatrixFrog MatrixFrog committed Nov 21, 2017
  • Add the @polymer and @polymerBehavior annotations

    @ChadKillingsworth ChadKillingsworth committed Jul 12, 2017
  • clarify @enum annotation

    @MatrixFrog MatrixFrog committed Jun 30, 2017
  • Remove confusing "special case" wording for "instanceof" in @private documentation. @private constructors in ES5-style classes only disallow the use of "new".

    @concavelenz concavelenz committed Jun 15, 2017
  • Updated Annotating JavaScript for the Closure Compiler (markdown)

    @jbest84 jbest84 committed Apr 11, 2017
  • note for @inheritDoc, @override that they are not required when extending a superclass or implementing an interface

    @myphysicslab myphysicslab committed Feb 10, 2017
  • Description before example

    @pathawks pathawks committed Feb 9, 2017
  • Updated Annotating JavaScript for the Closure Compiler (markdown)

    @bochunz bochunz committed Nov 29, 2016
  • Updated Annotating JavaScript for the Closure Compiler (markdown)

    @rrshaban rrshaban committed Sep 30, 2016
  • putting suppress example in a code block

    @rrshaban rrshaban committed Sep 30, 2016