Minor doc enhancement for %array_function

This commit is contained in:
William S Fulton 2017-11-02 19:01:18 +00:00
parent e2679822b1
commit 8e733c0b92
1 changed files with 1 additions and 0 deletions

View File

@ -503,6 +503,7 @@ you should consider using a special array object rather than a bare pointer.
<p>
<b>Note:</b> <tt>%array_functions()</tt> and <tt>%array_class()</tt> should not be
used with types of <tt>char</tt> or <tt>char *</tt>.
SWIG's default handling of these types is to handle them as character strings and the two macros do not do enough to change this.
</p>
<H3><a name="Library_nn6">9.2.3 cmalloc.i</a></H3>