Skip to content

Commit

Permalink
Ignore nodoc on additional DNR constants
Browse files Browse the repository at this point in the history
These were marked as nodoc while we were implementing the safe
rules proposal but this means the version information is
incorrect.
  • Loading branch information
oliverdunk committed Jan 31, 2024
1 parent 650e007 commit 5a4c6b2
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 5a4c6b2

Please sign in to comment.