conf.json 261 B

12345678910111213141516
  1. {
  2. "tags": {
  3. "allowUnknownTags": true
  4. ,"dictionaries": ["jsdoc", "closure"]
  5. }
  6. ,"source": {
  7. "includePattern": ".+\\.js(doc)?$"
  8. ,"excludePattern": "(^|\\/|\\\\)_"
  9. }
  10. ,"plugins": []
  11. ,"templates": {
  12. "cleverLinks": true
  13. ,"monospaceLinks": false
  14. }
  15. }