Fix module lines in several luadoc files
[project/luci.git] / libs / luci-lib-rpcc / luasrc / rpcc.luadoc
1 ---[[
2 LuCI RPC Client.
3
4 @cstyle instance
5 ]]
6 module "luci.rpcc"
7
8 ---[[
9 Create a new JSON-RPC stream client.
10
11 @class function
12 @param fd File descriptor
13 @param v1 Use protocol version 1.0
14 @return RPC Client
15 ]]
16
17 ---[[
18 Request an RP call and get the response.
19
20 @class function
21 @name Client.request
22 @param method Remote method
23 @param params Parameters
24 @param notification Notification only?
25 @return response 
26 ]]
27
28 ---[[
29 Create a transparent RPC proxy.
30
31 @class function
32 @name Client.proxy
33 @param prefix Method prefix
34 @return RPC Proxy object
35 ]]
36