<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -123,7 +123,7 @@ handlecommand(Sock, Msg) -&gt;
 	    end
     end.
 
-%% @doc Routine for starting the master boot server and autostarted applications
+%% @doc Callback for the OSP broker service
 %% @spec init() -&gt; ok
 init() -&gt;
     ok.</diff>
      <filename>src/osp_admin.erl</filename>
    </modified>
    <modified>
      <diff>@@ -41,6 +41,7 @@ startup() -&gt;
     {ok, Pid, osp_web:start()}.
 
 %% @doc Stops all the applications on a given node
+%% spec stop_node() -&gt; ok
 stop_node() -&gt;
     Apps = retrieve(nodeapp),
     Node = node(),
@@ -78,11 +79,12 @@ start_mnesia() -&gt;
     ok.
 
 %% @doc Stores a value in the mnesia database
-%% @spec store(atom(), any()) -&gt; ok
+%% @spec store(any(), any()) -&gt; ok
 store(Key, Val) -&gt;
     osp_mnesia:store(osp_table, Key, Val).
 
 %% @doc Gets a value from the mnesia database
+%% @spec retrieve(any()) -&gt; any()
 retrieve(Key) -&gt;
     osp_mnesia:retrieve(osp_table, Key).
 </diff>
      <filename>src/osp_manager.erl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5aa50dcae6eeb54f1734557095e7e7c25d3cc2b3</id>
    </parent>
  </parents>
  <author>
    <name>Jacob Torrey</name>
    <email>torreyji@clarkson.edu</email>
  </author>
  <url>http://github.com/ranok/open-server-platform/commit/2dd56c401e4a26960a32f0208334b4fe52155ab5</url>
  <id>2dd56c401e4a26960a32f0208334b4fe52155ab5</id>
  <committed-date>2009-11-05T09:45:58-08:00</committed-date>
  <authored-date>2009-11-05T09:45:58-08:00</authored-date>
  <message>Updated/fixed a few edocs</message>
  <tree>44d6a7967fcc816c41a3cabc7417acf2253d4d4f</tree>
  <committer>
    <name>Jacob Torrey</name>
    <email>torreyji@clarkson.edu</email>
  </committer>
</commit>
