Răsfoiți Sursa

ncd: NCDModule: fix description for semantics of mem pointer

ambrop7 13 ani în urmă
părinte
comite
4e4859be7f
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      ncd/NCDModule.h

+ 2 - 1
ncd/NCDModule.h

@@ -700,7 +700,8 @@ typedef void (*NCDModule_func_globalfree) (void);
  * 
  * @param o if the module specifies a positive alloc_size value in the {@link NCDModule}
  *          structure, this will point to the allocated memory that can be used by the
- *          module instance while it exists. Otherwise, it will be NULL.
+ *          module instance while it exists. If the alloc_size is 0 (default), this may or
+ *          may not be NULL.
  * @param i module backend instance handler. The backend may only use this handle via
  *          the Backend functions of {@link NCDModuleInst}.
  */