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

[Swift APIView] not picking up public api #4777

Closed
jimchou-dev opened this issue Nov 22, 2022 · 1 comment · Fixed by #4789
Closed

[Swift APIView] not picking up public api #4777

jimchou-dev opened this issue Nov 22, 2022 · 1 comment · Fixed by #4789

Comments

@jimchou-dev
Copy link
Member

When specifying the source, it does not pick up all the files in the directory, it does not pick up public class ChatAdapter or anything in ChatAdapter.swift
--source=/Users/jimchou/Downloads/communication-ui-library-ios/AzureCommunicationUI/sdk/AzureCommunicationUIChat
But it works when specifying a more specific path
--source=/Users/jimchou/Downloads/communication-ui-library-ios/AzureCommunicationUI/sdk/AzureCommunicationUIChat/Sources

Repo: https://github.com/Azure/communication-ui-library-ios
Branch: feature/chat

FYI @tjprescott

@tjprescott tjprescott changed the title Swift API view not picking up public api [Swift APIView] not picking up public api Nov 22, 2022
@tjprescott tjprescott self-assigned this Nov 22, 2022
@tjprescott
Copy link
Member

Generally speaking, you should target the /Sources folder or it will parse all of your Swift test files as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants