Showing posts with label jsdoc. Show all posts
Showing posts with label jsdoc. Show all posts

Tuesday, January 21, 2020

Disable the source ouput to jsdoc

Don't want to output source code to the documentation,

Tye update jsdoc.conf.json (or your jsdoc config file).

     "templates": {
      "better-docs": {
          "name": "My React components"
        },
      "default":{
        "outputSourceFiles": false // Add this
      }




Monday, January 20, 2020

React doc

Just like java doc, this is jsdoc for react.