mirage / ocaml-rpc

Light library to deal with RPCs in OCaml
ISC License
96 stars 31 forks source link

pythongen: display method description for methods #95

Closed gaborigloi closed 6 years ago

gaborigloi commented 6 years ago

Previously in the generated markdown docs, the description of the interface was displayed as the docstring of every method.

This commit also ensures that descriptions with multiple list items corresponding to multiple lines are correctly indented.

Signed-off-by: Gabor Igloi gabor.igloi@citrix.com

gaborigloi commented 6 years ago

cc @jonludlam @mseri Here you can see the issue: https://xapi-project.github.io/xapi-storage/?python#method-detach Each datapath method has the docs of the whole module.