Commit 4cd1855e authored by Davis King's avatar Davis King

updated docs

parent 6a05573e
......@@ -119,6 +119,10 @@
<name>Train_Object_Detector</name>
<link>train_object_detector.cpp.html</link>
</item>
<item>
<name>BSP</name>
<link>bsp_ex.cpp.html</link>
</item>
<item>
<name>Assignment_Learning</name>
<link>assignment_learning_ex.cpp.html</link>
......
......@@ -106,6 +106,9 @@
This function spawns a BSP job consisting of a number of network hosts
as well as the local host.
</description>
<examples>
<example>bsp_ex.cpp.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
......@@ -120,6 +123,9 @@
then be able to participate in a BSP computation as one of the processing
nodes.
</description>
<examples>
<example>bsp_ex.cpp.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
......@@ -148,6 +154,9 @@
Parallel (BSP) computing model. In particular, this object defines
the API used by a BSP job to communicate between processing nodes.
</description>
<examples>
<example>bsp_ex.cpp.html</example>
</examples>
</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