Commit 5dd2ea04 authored by Davis King's avatar Davis King

updated docs

parent 67c7ebd5
...@@ -1120,6 +1120,9 @@ ...@@ -1120,6 +1120,9 @@
This is a set of functions for executing the contents of a for loop in parallel. This is a set of functions for executing the contents of a for loop in parallel.
It is useful for taking advantage of multi-processor systems. It is useful for taking advantage of multi-processor systems.
</description> </description>
<examples>
<example>parallel_for_ex.cpp.html</example>
</examples>
</extension> </extension>
<extension> <extension>
......
...@@ -129,6 +129,10 @@ ...@@ -129,6 +129,10 @@
<name>Train_Object_Detector</name> <name>Train_Object_Detector</name>
<link>train_object_detector.cpp.html</link> <link>train_object_detector.cpp.html</link>
</item> </item>
<item>
<name>Parallel_For_Loops</name>
<link>parallel_for_ex.cpp.html</link>
</item>
<item> <item>
<name>SVM-Rank</name> <name>SVM-Rank</name>
<link>svm_rank_ex.cpp.html</link> <link>svm_rank_ex.cpp.html</link>
......
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