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

updated docs

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