diff dyncallback/dyncall_callback.h @ 405:e221473a8217

comment cleanups and clarification
author Tassilo Philipp
date Wed, 07 Apr 2021 18:51:38 +0200
parents f5577f6bf97a
children 71c884e610f0
line wrap: on
line diff
--- a/dyncallback/dyncall_callback.h	Wed Apr 07 18:39:46 2021 +0200
+++ b/dyncallback/dyncall_callback.h	Wed Apr 07 18:51:38 2021 +0200
@@ -32,7 +32,7 @@
 
 typedef struct DCCallback DCCallback;
 
-// return value is the type encoded as a signature char (character of the set [vBcCsSiIjJlLfd]).
+/* return value is the type encoded as a type-specifying signature char (see dyncall_signature.h) */
 typedef char (DCCallbackHandler)(DCCallback* pcb, DCArgs* args, DCValue* result, void* userdata);
 
 #ifdef __cplusplus