mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-12 19:50:17 +00:00
contrib : clarify _context
suffix usage [no ci]
This commit is contained in:
parent
7e1950d0bc
commit
d974cae286
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user