JSDoc
Sign in to savelangage de balisage pour JavaScript
Key facts
- File format.genre
- Programming documentation Format
- File format.contained by
- JavaScript source files
- File format.extended from
- JavaDoc
- File format.open
- Yes
via Wikipedia infobox
Source code
JSDoc supports stable versions of Node.js 8.15.0 and later. You can install JSDoc globally or in your project's node modules folder. To install the latest version on npm locally and save it in your package's package.json file: Note : By default, npm adds your package using the caret operator in front of the version number (for example, ^3.6.3 ). We recommend using the tilde operator instead (for example, ~3.6.3 ), which limits updates to the most recent patch-level version. See this Stack Overflow answer for more information about the caret and tilde operators. The JSDoc community has created templates and other tools to help you generate and customize your documentation. Here are a few of them: For more information Documentation is available at jsdoc.app. Contribute to the docs at jsdoc/jsdoc.github.io. Ask for help on the JSDoc Users mailing list. Post questions tagged jsdoc to Stack Overflow. JSDoc is free software, licensed under the Apache License, Version 2.0. See the LICENSE file for more details.
Excerpt from the source-code README · 3,633 chars · not written by Vinony
Wikidata facts
- Instance of
- JavaScript library
- Official website
- jsdoc.app
Show 6 more facts
- Stack Exchange tag
- stackoverflow.com/tags/jsdoc
- source code repository URL
- github.com/jsdoc/jsdoc
- copyright license
- Apache Software License 2.0
- software version identifier
- 4.0.4
- programmed in
- Q2005
- operating system
- cross-platform
via Wikidata · CC0
Article · Français
JSDoc est un langage de balisage utilisé pour documenter les codes sources Javascript. En utilisant des commentaires qui contiennent des informations pour JSDoc, les développeurs peuvent créer leur documentation de leurs interface de programmation (ou désigné par API en anglais) du code qu'ils créent. Ensuite, ces commentaires seront traités par différents outils (tel que JSDoc pour Node.js), pour produire leur documentation accessible par différents formats, tel que l'HTML ou le Rich Text Format (RTF, ou littéralement « format de texte enrichi »).
Abstract from DBpedia / Wikipedia · CC BY-SA