]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virDomainCheckpointCreateXML: Don't use HTML in function docs and fix link
authorPeter Krempa <pkrempa@redhat.com>
Tue, 23 Aug 2022 11:01:21 +0000 (13:01 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 1 Sep 2022 11:11:09 +0000 (13:11 +0200)
commit35fc11139ec9f077a30e1c8b97effc28f8822e9b
treed3d2ee8e49ea86857231b94f1e96df0b75468bf4
parent99d533c2aa0a7b81c4054fe23d56063fd3bf7a86
virDomainCheckpointCreateXML: Don't use HTML in function docs and fix link

Fix the link target after the conversion of the XML description to RST
which renamed anchors and drop the <a> tag from the C code comment.
Apart from not working properly in the .c file it didn't work in the
generated docs either as the brackets were escaped.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
src/libvirt-domain-checkpoint.c