summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
blob: b28aa21a0e38850feac6fc8a0d2e5d0c16ded20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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