summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/teams/pyupm_teams.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/teams/pyupm_teams.i')
-rw-r--r--peripheral/libupm/src/teams/pyupm_teams.i13
1 files changed, 13 insertions, 0 deletions
diff --git a/peripheral/libupm/src/teams/pyupm_teams.i b/peripheral/libupm/src/teams/pyupm_teams.i
new file mode 100644
index 0000000..efce3a1
--- /dev/null
+++ b/peripheral/libupm/src/teams/pyupm_teams.i
@@ -0,0 +1,13 @@
+// Include doxygen-generated documentation
+%include "pyupm_doxy2swig.i"
+%module pyupm_teams
+%include "../upm.i"
+%include "std_string.i"
+
+%feature("autodoc", "3");
+
+%{
+ #include "teams.hpp"
+%}
+%include "teams.hpp"
+