[PATCH 0/4] docs: Fix generation of hyperlinks and improve backup/checkpoint docs

Peter Krempa posted 4 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1661254291.git.pkrempa@redhat.com
docs/newapi.xsl                 |  5 +++++
src/libvirt-domain-checkpoint.c | 12 +++++++++++-
src/libvirt-domain.c            |  2 +-
3 files changed, 17 insertions(+), 2 deletions(-)
[PATCH 0/4] docs: Fix generation of hyperlinks and improve backup/checkpoint docs
Posted by Peter Krempa 1 year, 8 months ago
Peter Krempa (4):
  docs: newapi: Consider also 'https://' links in the API generator XSL
  virDomainCheckpointCreateXML: Don't use HTML in function docs and fix
    link
  virDomainCheckpointCreateXML: Add disclaimer about creating
    checkpoints
  virDomainBackupGetXMLDesc: Fix and use full link to XML documentation

 docs/newapi.xsl                 |  5 +++++
 src/libvirt-domain-checkpoint.c | 12 +++++++++++-
 src/libvirt-domain.c            |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)

-- 
2.37.1
Re: [PATCH 0/4] docs: Fix generation of hyperlinks and improve backup/checkpoint docs
Posted by Jonathon Jongsma 1 year, 8 months ago
On 8/23/22 6:32 AM, Peter Krempa wrote:
> Peter Krempa (4):
>    docs: newapi: Consider also 'https://' links in the API generator XSL
>    virDomainCheckpointCreateXML: Don't use HTML in function docs and fix
>      link
>    virDomainCheckpointCreateXML: Add disclaimer about creating
>      checkpoints
>    virDomainBackupGetXMLDesc: Fix and use full link to XML documentation
> 
>   docs/newapi.xsl                 |  5 +++++
>   src/libvirt-domain-checkpoint.c | 12 +++++++++++-
>   src/libvirt-domain.c            |  2 +-
>   3 files changed, 17 insertions(+), 2 deletions(-)
> 

With comments on patch 3

Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>