Proposal for unified Bitcoin Core RPC Doc format
Name and arguments
Every RPC doc starts with a single line with a very simple usage example. The first word is the same as the command name. The example is exactly one line.
Description
After the first line with the attributes, there is a general description of the command. It can be separated from the first line by newlines, but doesn't have to.