-
Notifications
You must be signed in to change notification settings - Fork 9
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
Correctly document the functions #73
Comments
Let's document with this structure: For functions:
For structures:
|
One open question. This proposal uses [out] and [in] parameters. I used a different style, using [bla] where bla is the name, and not specifying whether it's an out or in parameter (I expected that to be clear from the description of the parameter). We should decide what form to use. |
I guess things are already documented that way, so:
should be fine. :) |
Great, thanks! =) |
Agreed! |
This depends on #6 |
A style format for how to manually document functionality is needed.
For the actual documentation of all the functionality, we need the whole 'Full OTRv4 flow #2' done and issue #72 done.
The text was updated successfully, but these errors were encountered: