You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

typedoc.json 494 B

10 months ago
10 months ago
1234567891011121314151617181920
  1. {
  2. "entryPoints": ["./src/utils", "./src/hooks"],
  3. "entryPointStrategy": "expand",
  4. "out": "docs",
  5. "excludePrivate": true,
  6. "excludeProtected": false,
  7. "excludeExternals": true,
  8. "includeVersion": true,
  9. "categorizeByGroup": true,
  10. "skipErrorChecking": true,
  11. "exclude": [
  12. "src/utils/formRules.ts",
  13. "src/utils/loading.tsx",
  14. "src/utils/menuRender.tsx",
  15. "src/utils/IconUtil.ts",
  16. "src/utils/permission.ts",
  17. "src/utils/tree.ts"
  18. ],
  19. "name": "工具类文档"
  20. }