Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
d8dc5965
Commit
d8dc5965
authored
Dec 19, 2014
by
Davis King
Browse files
updated docs
parent
ce14edcb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
docs/docs/index.xml
docs/docs/index.xml
+1
-0
docs/docs/other.xml
docs/docs/other.xml
+17
-1
No files found.
docs/docs/index.xml
View file @
d8dc5965
...
...
@@ -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>
...
...
docs/docs/other.xml
View file @
d8dc5965
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment