/* * This file is part of libdom. * Licensed under the MIT License, * http://www.opensource.org/licenses/mit-license.php * Copyright 2007 John-Mark Bell */ #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