docs: exclude package-private members from API reference#492
Conversation
📝 WalkthroughWalkthroughThe 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@js-doc-config.js`:
- Around line 7-10: The access property in the JSDoc configuration is currently
set to an array value, but JSDoc v4 expects a single string value. Change the
access property from the array format ["public", "protected", "undefined"] to a
single string value representing the desired access level, such as "public" or
"protected". Note that JSDoc v4 only supports filtering by a single access level
at a time, so you will need to choose one primary access level for the access
property.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: a9bab65a-b18b-4d54-9033-97541cb461f9
📒 Files selected for processing (1)
js-doc-config.js
Closes #484
How to test