On Wed, Apr 20, 2022 at 21:07:57 +0200, Victor Toso wrote:
Either create or append to existing docstring, the version (git tag)
that a given macro was introduced in the format:
Since: v1.2.3
Signed-off-by: Victor Toso <victortoso(a)redhat.com>
---
include/libvirt/libvirt-domain.h | 663 +++++++++++++++++++++++++++++-
include/libvirt/libvirt-host.h | 123 ++++++
include/libvirt/libvirt-network.h | 24 ++
include/libvirt/libvirt-nodedev.h | 3 +
include/libvirt/libvirt-secret.h | 3 +
include/libvirt/libvirt-storage.h | 3 +
6 files changed, 810 insertions(+), 9 deletions(-)
While based on the method some of these may be inaccurate it's better
than what we had before.
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>