Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Document Code #1

Closed
201flaviosilva opened this issue May 9, 2022 · 0 comments
Closed

Document Code #1

201flaviosilva opened this issue May 9, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects

Comments

@201flaviosilva
Copy link
Member

201flaviosilva commented May 9, 2022

JS Doc: https://jsdoc.app/

Script:

jsdoc -c jsdoc.conf.json

jsdoc.conf.json:

{
  "tags": {
    "allowUnknownTags": true,
    "dictionaries": ["jsdoc", "closure"]
  },
  "source": {
    "include": ["src"],
    "includePattern": ".+\\.js(doc|x)?$",
    "excludePattern": "(^|\\/|\\\\)_"
  },
  "plugins": ["plugins/markdown"],
  "templates": {
    "cleverLinks": true,
    "monospaceLinks": true
  },
  "opts": {
    "destination": "docs",
    "recurse": true,
    "readme": "README.md"
  }
}
@201flaviosilva 201flaviosilva created this issue from a note in Board (In progress) May 9, 2022
@201flaviosilva 201flaviosilva self-assigned this May 9, 2022
@201flaviosilva 201flaviosilva added documentation Improvements or additions to documentation enhancement New feature or request labels May 9, 2022
201flaviosilva added a commit that referenced this issue May 9, 2022
Board automation moved this from In progress to Done May 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Board
  
Done
Development

No branches or pull requests

1 participant