conf.json.EXAMPLE 345 B

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