Skip to content

Commit

Permalink
Update documentation html with javadoc of DirectMessageService
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloalba committed Jul 11, 2013
1 parent e9c817f commit f4a82fd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/DirectMessageService.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<title>DirectMessageService (Groovy Documentation)</title>
<meta name="date" content="2013-07-11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../groovy.ico" type="image/x-icon" rel="icon">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript">
function windowTitle()
{
Expand Down Expand Up @@ -184,7 +181,7 @@ <H2>

<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE><a href='../../../net/kaleidos/directmessages/Message.html'>Message</a></CODE></FONT>
<CODE>Message</CODE></FONT>
</TD>
<TD>
<CODE><b><a href="#sendMessage(long, long, java.lang.String)">sendMessage</a></b>(long fromId, long toId, java.lang.String text)</CODE>
Expand Down Expand Up @@ -341,7 +338,7 @@ <H2>

<A NAME="sendMessage(long, long, java.lang.String)"><!-- --></A><H3>
sendMessage</H3>
<PRE><a href='../../../net/kaleidos/directmessages/Message.html'>Message</a> <B>sendMessage</B>(long fromId, long toId, java.lang.String text)</PRE>
<PRE>Message <B>sendMessage</B>(long fromId, long toId, java.lang.String text)</PRE>
<DL>
<DD> Send a message from an user to another
<DL><DT><B>Parameters:</B></DT><DD><code>fromId</code> - Id of the user that send the message</DD><DD><code>toId</code> - Id of the user that receives the message</DD><DD><code>text</code> - The text of the message</DD></DL><DL><DT><B>Returns:</B></DT><DD>a Message</DD></DL>
Expand Down

0 comments on commit f4a82fd

Please sign in to comment.