From: Peter Krempa Date: Tue, 23 Aug 2022 11:01:21 +0000 (+0200) Subject: virDomainCheckpointCreateXML: Don't use HTML in function docs and fix link X-Git-Tag: v8.8.0-rc1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35fc11139ec9f077a30e1c8b97effc28f8822e9b;p=thirdparty%2Flibvirt.git 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 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 Reviewed-by: Jonathon Jongsma --- diff --git a/src/libvirt-domain-checkpoint.c b/src/libvirt-domain-checkpoint.c index f58f1b4f8f..de747aff01 100644 --- a/src/libvirt-domain-checkpoint.c +++ b/src/libvirt-domain-checkpoint.c @@ -114,7 +114,7 @@ virDomainCheckpointGetConnect(virDomainCheckpointPtr checkpoint) * kicking off a backup job with virDomainBackupBegin(); however, it * is also possible to start a checkpoint without a backup. * - * See Checkpoint XML + * See https://www.libvirt.org/formatcheckpoint.html#checkpoint-xml * for more details on @xmlDesc. In particular, some hypervisors may require * particular disk formats, such as qcow2, in order to support this * command; where @xmlDesc can be used to limit the checkpoint to a working