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>
This commit is contained in:
Peter Krempa 2022-08-23 13:01:21 +02:00
parent 99d533c2aa
commit 35fc11139e

View File

@ -114,7 +114,7 @@ virDomainCheckpointGetConnect(virDomainCheckpointPtr checkpoint)
* kicking off a backup job with virDomainBackupBegin(); however, it * kicking off a backup job with virDomainBackupBegin(); however, it
* is also possible to start a checkpoint without a backup. * is also possible to start a checkpoint without a backup.
* *
* See <a href="formatcheckpoint.html#CheckpointAttributes">Checkpoint XML</a> * See https://www.libvirt.org/formatcheckpoint.html#checkpoint-xml
* for more details on @xmlDesc. In particular, some hypervisors may require * for more details on @xmlDesc. In particular, some hypervisors may require
* particular disk formats, such as qcow2, in order to support this * particular disk formats, such as qcow2, in order to support this
* command; where @xmlDesc can be used to limit the checkpoint to a working * command; where @xmlDesc can be used to limit the checkpoint to a working