Commit d8dc5965 authored by Davis King's avatar Davis King

updated docs

parent ce14edcb
......@@ -216,6 +216,7 @@
<li><a href="other.html#serialize">Serialization support</a></li>
<li>Many <a href="other.html#memory_manager">memory manager</a> objects that implement
different memory pooling strategies</li>
<li>A tool that lets you easily <a href="other.html#MATLAB">call C++ from MATLAB</a></li>
</ul>
</li>
</ul>
......
......@@ -103,8 +103,9 @@
</section>
<section>
<name>Testing</name>
<name>Other</name>
<item>dlib_testing_suite</item>
<item>MATLAB</item>
</section>
</top>
......@@ -1008,6 +1009,21 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>MATLAB</name>
<description>
dlib contains a tool that makes it easy to call C++ code from MATLAB. It's
documented in the examples in the dlib/matlab folder. In particular, the
<a href="dlib/matlab/example_mex_function.cpp.html">dlib/matlab/example_mex_function.cpp</a> and
<a href="dlib/matlab/example_mex_callback.cpp.html">dlib/matlab/example_mex_callback.cpp</a> examples.
You can also easily compile these files using CMake. See the instructions in the README file
in the dlib/matlab folder for further details.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment