2 Jun 2005 16:22
Documenting a XML-RPC API with Docbook?
Stephane Bortzmeyer <bortzmeyer <at> nic.fr>
2005-06-02 14:22:00 GMT
2005-06-02 14:22:00 GMT
[Sorry for the cross-posting but it is really an issue for both lists.] I'm currently documenting the API of a XML-RPC (http://www.xmlrpc.com/) server in Docbok and I wonder if there is One True Way to do it? Docbook markup for functions seems quite C-oriented and I was thinking about the best mapping. For instance, if I have a XML-RPC procedure defined as: string domain.delete(name string, credentials struct) I currently use: <funcsynopsis> <funcprototype> <funcdef>string <function>domain.delete</function></funcdef> <paramdef><parameter>name</parameter> string</paramdef> <paramdef><parameter>credentials</parameter> string</paramdef> </funcprototype> </funcsynopsis> Does it seem correct? (Let's not talk about the rendering yet, I'll ask on docbook-apps.) Yahoo! Groups Links(Continue reading)
RSS Feed