From 636ccc5c801759243220aff633f4678b525ec231 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 4 May 2019 15:38:21 +0100 Subject: add a mainpage to docs and outstanding todo entries --- src/duk-libdom.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') 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 @@ -28,6 +28,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 */ -- cgit v1.2.3