Skip to content

Commit

Permalink
Use externalPattern to hide fbs and bin
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 26, 2021
1 parent 81f5090 commit 21056e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/typedoc.js
Expand Up @@ -26,7 +26,7 @@ module.exports = {
excludeInternal: true,
includeVersion: true,
categorizeByGroup: true,
exclude: [
externalPattern: [
'src/fb/*.ts',
'src/bin/*.ts'
]
Expand Down

0 comments on commit 21056e5

Please sign in to comment.