Skip to content

Commit

Permalink
Merge pull request #68 from GoogleChrome/dnr-constants-ignore
Browse files Browse the repository at this point in the history
Ignore nodoc on additional DNR constants
  • Loading branch information
oliverdunk authored Feb 2, 2024
2 parents 650e007 + 5a4c6b2 commit 04eaa61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/override.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ export class RenderOverride extends EmptyRenderOverride {
case 'api:declarativeNetRequest.getDisabledRuleIds':
case 'api:declarativeNetRequest.updateStaticRules':
case 'api:declarativeNetRequest.MAX_NUMBER_OF_DYNAMIC_RULES':
case 'api:declarativeNetRequest.MAX_NUMBER_OF_UNSAFE_DYNAMIC_RULES':
case 'api:declarativeNetRequest.MAX_NUMBER_OF_SESSION_RULES':
case 'api:declarativeNetRequest.MAX_NUMBER_OF_UNSAFE_SESSION_RULES':
case 'api:runtime.onUserScriptConnect':
case 'api:runtime.onUserScriptMessage':
// In old versions of Chrome, this is incorrectly marked nodoc.
Expand Down

0 comments on commit 04eaa61

Please sign in to comment.