contrib : clarify _context suffix usage [no ci]

This commit is contained in:
Georgi Gerganov 2025-01-12 17:37:36 +02:00
parent 7e1950d0bc
commit d974cae286
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -84,7 +84,7 @@
- The `get` `<action>` can be omitted
- The `<noun>` can be omitted if not necessary
- The `_context` suffix of the `<class>` is optional
- The `_context` suffix of the `<class>` is optional. Use it to disambiguate symbols when needed.
- Use `init`/`free` for constructor/destructor `<action>`
- Use the `_t` suffix when a type is supposed to be opaque to the user - it's not relevant to them if it is a struct or anything else