Evolution #2
XMLRPC API documentation
| Status: | Closed | Start: | 03/23/2009 | |
| Priority: | Normal | Due date: | 03/25/2009 | |
| Assigned to: | shouze | % Done: | 100% |
|
| Category: | - | Spent time: | 22.00 hours | |
| Target version: | 1.0.0 | Estimated time: | 8.00 hours | |
Description
Related issues
| blocked by zinn - Evolution #15 | XMLRPC methods functionnal tests | Closed | 03/14/2009 | 03/27/2009 |
Associated revisions
Revision b3a17a8787916c2e209ce180b3d8a7ccb3b4cc71
refs #2 : some more fixes for a complete documentation
History
Updated by shouze 1160 days ago
- Target version set to 1.0.0
- Estimated time changed from 12.00 to 8.00
On zinn, for abstract methods imported from pysinn, need to apply everywhere on help deepcopy something like :
str.replace('sitegroup', 'vsite')
Then, coding of a simple application is needed to extract all methods and their documentation.
Documentation style is javadoc/phpdoc/doxygen one and have to be parsed for static html doc generation (whith @param, @see, @return, @note,...)
Updated by shouze 1160 days ago
- Due date changed from 03/13/2009 to 03/25/2009
- Start changed from 03/06/2009 to 03/23/2009
Updated by shouze 1151 days ago
Need to :
- s/sitegroup/vsite for zinn XMLRPC API
- Extract and generate documentation in HTML/PDF.