SWIG-1.1 documentation directive removed

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5414 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-11-25 22:47:39 +00:00
commit b0d7c1194d

View file

@ -5,8 +5,6 @@
#include "vector.h"
%}
%section "Vector Operations"
extern Vector *createv(double x,double y,double z,double w);
/* Creates a new vector v(x,y,z,w) */