-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ssh: polish docs around types #9298
base: maint
Are you sure you want to change the base?
Conversation
CT Test Results 2 files 29 suites 18m 1s ⏱️ Results for commit 2fcaee9. ♻️ 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 |
@@ -225,7 +229,7 @@ Opaque data type representing a connection between a client and a server | |||
Returned by the functions [`connect/2,3,4`](`connect/3`) and | |||
[`ssh_sftp:start_channel/2,3`](`ssh_sftp:start_channel/2`). | |||
""". | |||
-doc(#{title => <<"Other data types">>}). | |||
-doc(#{title => <<"Other Data Types">>}). |
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.
Could we perhaps find better categories than "Other" ?
Maybe not all now other belong in the same category!?
@@ -514,7 +515,7 @@ protocol). | |||
Opaque types that define experimental options that are not to be used in | |||
products. | |||
""". | |||
-doc(#{title => <<"Other data types">>}). | |||
-doc(#{title => <<"Other Data Types">>}). |
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.
What is meant with opaque option? This does not make sense to me!
No description provided.