summaryrefslogtreecommitdiff
path: root/src/duk-libdom.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-05-04 15:38:21 +0100
committerVincent Sanders <vince@kyllikki.org>2019-05-04 15:39:08 +0100
commit636ccc5c801759243220aff633f4678b525ec231 (patch)
tree58500432e3d4933ccedfae5e5e12e7d1f85b8c82 /src/duk-libdom.c
parent807d2b45f5e5c1cff654cdba2e4043f90b06fd59 (diff)
downloadnsgenbind-636ccc5c801759243220aff633f4678b525ec231.tar.gz
nsgenbind-636ccc5c801759243220aff633f4678b525ec231.tar.bz2
add a mainpage to docs and outstanding todo entries
Diffstat (limited to 'src/duk-libdom.c')
-rw-r--r--src/duk-libdom.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/duk-libdom.c b/src/duk-libdom.c
index 6cb2815..61cd20e 100644
--- a/src/duk-libdom.c
+++ b/src/duk-libdom.c
@@ -29,6 +29,16 @@
#define MAGICPFX "\\xFF\\xFFNETSURF_DUKTAPE_"
/**
+ * \todo Constructors
+ * \todo dukky_inject_not_ctr as binding.c function
+ * \todo instanceof needs cleaning/generalising
+ * \todo large text sections
+ * \todo operations with elipsis need parameter checking love
+ * \todo parameter type checking probably should do instanceof on user objects
+ * \todo tool should generate warning for interfaces with empty private structs for the entire inheritance chain
+ */
+
+/**
* generate a duktape prototype name
*/
static char *get_prototype_name(const char *interface_name)