From 7b193ec6c254488870c0360a2a5bf004d1d848b4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 5 Feb 2012 14:33:17 +0000 Subject: A bunch of panel beating: * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424 --- src/core/document.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/document.h') diff --git a/src/core/document.h b/src/core/document.h index 9ff7368..002b0ca 100644 --- a/src/core/document.h +++ b/src/core/document.h @@ -172,6 +172,7 @@ dom_exception _dom_document_rename_node(dom_document *doc, _dom_document_rename_node /* End of vtable */ +/** \todo Unused! */ /** * The internal used vtable for document */ -- cgit v1.2.3