mirror of https://github.com/swig/swig
minor comment added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11894 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d0ecd9cb51
commit
faf8fee877
|
@ -1,5 +1,5 @@
|
|||
%module extend_template
|
||||
%module xxx
|
||||
%module xxx // should be ignored
|
||||
namespace oss { // this doesn't
|
||||
%extend Foo<0> {
|
||||
int test1(int x) { return x; }
|
||||
|
|
Loading…
Reference in New Issue