From: jeff Date: Mon, 6 Aug 2007 19:45:22 +0000 (+0000) Subject: documentation improvements X-Git-Tag: TRIXBOX_2_6~416 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b70fca057f01d1f0118d7d7c4518b8827ae3cad3 documentation improvements --- diff --git a/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm b/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm index 71d489bde..4e0d3e909 100644 --- a/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm +++ b/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm @@ -10,14 +10,15 @@ FS::SelfService::XMLRPC - Freeside XMLRPC accessible self-service API Use this API to implement your own client "self-service" module vi XMLRPC. -Each routine described in L is available vi XMLRPC. All -values are passed to the selfservice-server in a struct of strings. The -return values are in a struct as strings, arrays, or structs as appropriate -for the values described in L. +Each routine described in L is available vi XMLRPC as the +method FS.SelfService.XMLRPC.B. All values are passed to the +selfservice-server in a struct of strings. The return values are in a +struct as strings, arrays, or structs as appropriate for the values +described in L. =head1 BUGS --head1 SEE ALSO +=head1 SEE ALSO L, L,L