Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[packages] fix TypeDoc warnings in packages source comments #27498

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

Simek
Copy link
Collaborator

@Simek Simek commented Mar 7, 2024

Why

Address TypeDoc warning about packages source comments, which lead to invalid display in API Reference docs.

Screenshot 2024-03-07 at 13 52 40
Screenshot 2024-03-07 at 13 52 30

How

Address the TypeDoc warnings, rebuild the package files and re-generate data for API docs.

Test Plan

Affected by changes API Reference doc pages have been verified locally.

Preview

Screenshot 2024-03-07 at 13 59 11
Screenshot 2024-03-07 at 14 02 16
Screenshot 2024-03-07 at 14 00 07

@expo-bot
Copy link
Collaborator

expo-bot commented Mar 7, 2024

Hi there! 👋 I'm a bot whose goal is to ensure your contributions meet our guidelines.

I've found some issues in your pull request that should be addressed (click on them for more details) 👇

⚠️ Suggestion: Missing changelog entries


Your changes should be noted in the changelog. Read Updating Changelogs guide and consider adding an appropriate entry to the following changelogs:


Generated by ExpoBot 🤖 against e7dfc0d

@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Mar 7, 2024
@Simek Simek marked this pull request as ready for review March 7, 2024 13:45
Copy link
Member

@amandeepmittal amandeepmittal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested these changes locally and looks good to me 👍

Thanks for fixing these missing examples and descriptions (in some cases).

@Simek Simek merged commit 6086fdb into main Mar 8, 2024
12 checks passed
@Simek Simek deleted the @simek/packages-fix-jsdoc-issues branch March 8, 2024 15:11
amandeepmittal added a commit that referenced this pull request Apr 26, 2024
# Why

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

Fixes #28480

# How

<!--
How did you build this feature or fix this bug and why?
-->

Backport `@example` annotation fixes for expo-av, expo-contacts, and
expo-application from #27498.

# Test Plan

<!--
Please describe how you tested this change and how a reviewer could
reproduce your test, especially if this PR does not include automated
tests! If possible, please also provide terminal output and/or
screenshots demonstrating your test/reproduction.
-->

The changes have been regenerated from SDK 50 branch (and used git stash
and git stash pop to commit changes).

## Preview

![CleanShot 2024-04-27 at 00 00
39](https://github.com/expo/expo/assets/10234615/05b74e2f-1fd6-488b-a077-825bee50bf0b)


# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants