missed proc refs
This commit is contained in:
@@ -37,14 +37,14 @@
|
||||
* `CALLBACK(src, .some_proc_here)`
|
||||
*
|
||||
* ### when the above doesn't apply:
|
||||
*.proc/procname
|
||||
*PROC_REF(procname)
|
||||
*
|
||||
* `CALLBACK(src, .proc/some_proc_here)`
|
||||
* `CALLBACK(src, PROC_REF(some_proc_here))`
|
||||
*
|
||||
*
|
||||
* proc defined on a parent of a some type
|
||||
*
|
||||
* `/some/type/.proc/some_proc_here`
|
||||
* `TYPE_PROC_REF(/some/type/, some_proc_here)`
|
||||
*
|
||||
* Otherwise you must always provide the full typepath of the proc (/type/of/thing/proc/procname)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user