Skip to content

Commit

Permalink
app_jsdt: documented app_jsdt.api_list rpc command
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Apr 20, 2017
1 parent 5757f05 commit 04cc991
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions src/modules/app_jsdt/doc/app_jsdt_admin.xml
Expand Up @@ -201,14 +201,14 @@ if(!jsdt_runstring('KSR.dbg("Hello World from $fU\n")'))

<section>
<title>RPC Commands</title>
<section id="app_jsrt.r.reload">
<section id="app_jsdt.r.reload">
<title>
<function moreinfo="none">app_jsrt.reload</function>
<function moreinfo="none">app_jsdt.reload</function>
</title>
<para>
Marks the need to reload the js script.
The actual reload is done by every working process when the next
call to jsrt_run() function or KEMI config is executed.
call to jsdt_run() function or KEMI config is executed.
</para>
<para>
Name: <emphasis>app_jsdt.reload</emphasis>
Expand All @@ -219,7 +219,27 @@ if(!jsdt_runstring('KSR.dbg("Hello World from $fU\n")'))
</para>
<programlisting format="linespecific">
...
&kamcmd; app_jsrt.reload
&kamcmd; app_jsdt.reload
...
</programlisting>
</section>
<section id="app_jsdt.r.api_list">
<title>
<function moreinfo="none">app_jsdt.api_list</function>
</title>
<para>
List the functions available via Kemi framework.
</para>
<para>
Name: <emphasis>app_jsdt.api_list</emphasis>
</para>
<para>Parameters: <emphasis>none</emphasis></para>
<para>
Example:
</para>
<programlisting format="linespecific">
...
&kamcmd; app_jsdt.api_list
...
</programlisting>
</section>
Expand Down

0 comments on commit 04cc991

Please sign in to comment.