summaryrefslogtreecommitdiff
path: root/include/dom
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-14 17:37:09 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-14 17:37:09 +0000
commite51f8104f4e2b27051ac12fc8ed0fb998f50894f (patch)
treed4a79516fa1d76fa9fe7c614f1d2fbdf5f395220 /include/dom
parent328df08330d95047d6235d8322507866f1c3cb11 (diff)
downloadlibdom-e51f8104f4e2b27051ac12fc8ed0fb998f50894f.tar.gz
libdom-e51f8104f4e2b27051ac12fc8ed0fb998f50894f.tar.bz2
LibXML 2 binding for libdom.
This is mostly stub, at present svn path=/trunk/dom/; revision=3412
Diffstat (limited to 'include/dom')
-rw-r--r--include/dom/dom.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
new file mode 100644
index 0000000..b28aa21
--- /dev/null
+++ b/include/dom/dom.h
@@ -0,0 +1,17 @@
+/*
+ * This file is part of libdom.
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
+ */
+
+#ifndef dom_dom_h_
+#define dom_dom_h_
+
+/** \todo populate this file */
+
+/* This is the top-level header file for libdom. The intention of this is
+ * to allow client applications to simply include this file and get access
+ * to all the libdom API. */
+
+#endif