<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
-->
<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>