-
Notifications
You must be signed in to change notification settings - Fork 3k
Kuba/ssh/doc fixes 09 05 #10170
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
base: maint
Are you sure you want to change the base?
Kuba/ssh/doc fixes 09 05 #10170
Conversation
CT Test Results 2 files 29 suites 19m 7s ⏱️ Results for commit 1eba2fc. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts
// Erlang/OTP Github Action Bot |
Why does ssh_file document its callbacks at all, the ones that are documented in ssh_key_api and ssh_client_api. My understanding is that users are no meant to call them directly, so they should not be documented here?! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See general comment in PR
|
The pages ssh_file page it self states: "The functions are Callbacks for the SSH app. They are not intended to be called from the user's code!" So this is not an API and should not be documented as such. ssh-file does not implement deprecated callbacks (they might be deprecated only in the documentation). And I think an extra signing function that purpose is there for "engine type" customization. So this should not be documented in this way, it is confusing. I think some of the information might qualify for SSH users guide |
If there is something that you think is relevant to the implementers of callback then that information could also be put in the callback API decriptions. |
No description provided.