• E
    docs: return paragraph must be last · 16970097
    Eric Blake 提交于
    Commit eb70ceba tried to create a code block for
    libvirt-libvirt.html#virConnectGetType, but failed to note
    that our doc generator treats everything after "Returns" as
    part of the return description rather than looking for
    paragraph and code layout.  Fix some other API that also had
    generic details crammed into the return type paragraph.
    
    * src/libvirt.c (virConnectOpen, virConnectOpenReadOnly)
    (virConnectOpenAuth, virConnectListAllDomains): Fit doc pattern.
    Signed-off-by: NEric Blake <eblake@redhat.com>
    16970097
libvirt.c 672.3 KB