Fix for generated documentation

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4210 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2002-12-19 17:32:42 +00:00
commit 05c2429552

View file

@ -288,7 +288,7 @@ TYPEMAP_LIST_VECTOR_INPUT_OUTPUT(const char *, SWIG_scm2str, gh_str02scm, string
else $1 = NULL;
}
%typemap(in, doc="($arg <list of <" #SCM_TYPE ">>)")
%typemap(in, doc="$NAME is a list of " #SCM_TYPE " values")
C_TYPE *PARALLEL_LISTINPUT,
const C_TYPE *PARALLEL_LISTINPUT
{