Trac #82: Initial drop of the remote controller implementations.
diff --git a/org.jacoco.doc/docroot/doc/api.html b/org.jacoco.doc/docroot/doc/api.html
index df8a160..964a46f 100644
--- a/org.jacoco.doc/docroot/doc/api.html
+++ b/org.jacoco.doc/docroot/doc/api.html
@@ -33,23 +33,29 @@
   </thead>

   <tbody>

     <tr>

-      <td><a href="examples/CoreTutorial.java">CoreTutorial.java</a></td>

+      <td><a class="el_source" href="examples/CoreTutorial.java">CoreTutorial.java</a></td>

       <td>This tutorial-like example instruments, executes and analyzes a single

           target class. Finally line coverage information is printed to the

           console. 

       </td>

     </tr>

     <tr>

-      <td><a href="examples/ClassInfo.java">ClassInfo.java</a></td>

+      <td><a class="el_source" href="examples/ClassInfo.java">ClassInfo.java</a></td>

       <td>This example writes JaCoCo specific information for given Java class

           files. 

       </td>

     </tr>

     <tr>

-      <td><a href="examples/ExecDump.java">ExecDump.java</a></td>

+      <td><a class="el_source" href="examples/ExecDump.java">ExecDump.java</a></td>

       <td>Utility to dump the content of execution data files in readable form. 

       </td>

     </tr>

+    <tr>

+      <td><a class="el_source" href="examples/ExecutionDataServer.java">ExecutionDataServer.java</a></td>

+      <td>This example starts a socket server to collect coverage from agents

+          over the remote protocol. 

+      </td>

+    </tr>

   </tbody>

 </table>