mirror of
https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git
synced 2025-11-18 15:05:08 +00:00
Readme file align issue
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
## JSDoc Documentation
|
## JSDoc Documentation
|
||||||
|
|
||||||
This is some example code to show you how to use JSDoc for documenting your JavaScript.
|
This is some example code to show you how to use JSDoc for documenting your JavaScript.
|
||||||
please use the below steps.
|
|
||||||
|
|
||||||
**Step 1**
|
**Step 1**
|
||||||
|
|
||||||
@@ -31,7 +30,7 @@ npm i -D jsdoc
|
|||||||
|
|
||||||
#To Create jsdoc.json file in root and update the code
|
#To Create jsdoc.json file in root and update the code
|
||||||
|
|
||||||
{
|
{
|
||||||
"source": {
|
"source": {
|
||||||
"include": ["js"],
|
"include": ["js"],
|
||||||
"includePattern": ".js$",
|
"includePattern": ".js$",
|
||||||
@@ -69,4 +68,3 @@ npm run doc
|
|||||||
|
|
||||||
*The JSDoc has created docs and other dependency file generated and customize your documentation.
|
*The JSDoc has created docs and other dependency file generated and customize your documentation.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user