Tag: jsdoc3

  • Documenting JavaScript with jsdoc3

    JavaScript is an extremely dynamic language which allows it to be applied in a variety of interesting ways. Some prefer to take the structured approach whilst others prefer an object-oriented approach using the prototype object or a library that offers a more classical approach. This diversity makes docblock type documentation seem impossible… but it isn’t!!

    Continue reading...