Skip to content

Commit

Permalink
Excluded librararies that are not real libraries from generated docum…
Browse files Browse the repository at this point in the history
…entation.
  • Loading branch information
Mikael Kindborg committed Oct 18, 2016
1 parent 91fbf97 commit 2411378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jsdoc-conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
},
"source": {
"include": ["../evothings-libraries/libs/evothings", "../cordova-ble/ble.js"],
"exclude": ["../evothings-libraries/libs/evothings/ui"],
"exclude": ["../evothings-libraries/libs/evothings/ui",
"../evothings-libraries/libs/evothings/arduinoble",
"../evothings-libraries/libs/evothings/arduinotcp"],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_|\\.dist\\.js$"
},
Expand Down

0 comments on commit 2411378

Please sign in to comment.