<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--
// // See license.txt for license information. // // tool_test_create_context.xml // // 29-Aug-2005 phamilton Created //
-->

<web xmlns="urn:xmlliterate.schema" name="web">
    <language>C++</language>
    <includes>
        <cppinclude name="tools/toolrun/toolrun_context.hpp"/>
    </includes>
    <sections>
        <websection name="root">
            <description>Create a new context.</description>
            <sections>
                <websource>
                    <code> return new $(namespace_tools_cpp)::toolrun::toolrun_context(navfactory); </code>
                </websource>
            </sections>
        </websection>
    </sections>
</web>