aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-04-24 19:38:17 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-04-24 19:38:17 -0700
commitb302308c7d451f17eb6dd2bade749800ea2d3925 (patch)
treed959edcc64c7b3be9d800099f6f6826ecbb1cc50 /tools
parent763177a52d0f48198192375f1b912c8a37230425 (diff)
deprecate bindings generator
Diffstat (limited to 'tools')
-rwxr-xr-xtools/bindings_generator.py55
1 files changed, 55 insertions, 0 deletions
diff --git a/tools/bindings_generator.py b/tools/bindings_generator.py
index 5bf0996e..9bc8b929 100755
--- a/tools/bindings_generator.py
+++ b/tools/bindings_generator.py
@@ -1,6 +1,61 @@
#!/usr/bin/env python2
'''
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+XXX THIS IS DEPRECATED, see webidl_binder.py XXX
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Use CppHeaderParser to parse some C++ headers, and generate binding code for them.
Usage: