[libvirt] [PATCH 2/2] lib: Revert removing of Summary and Description fields in headers

Peter Krempa pkrempa at redhat.com
Fri Jul 27 13:23:32 UTC 2012


Those fields are used by the apibuild script to create documentation.
This commit partialy reverts a4bcefbcff01c9cdc257127df376929cd80304b1.
---
 include/libvirt/libvirt-qemu.h |    3 +++
 include/libvirt/libvirt.h.in   |    3 +++
 include/libvirt/virterror.h    |    3 +++
 3 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/include/libvirt/libvirt-qemu.h b/include/libvirt/libvirt-qemu.h
index 6f4aedc..a37f897 100644
--- a/include/libvirt/libvirt-qemu.h
+++ b/include/libvirt/libvirt-qemu.h
@@ -1,5 +1,8 @@
 /* -*- c -*-
  * libvirt-qemu.h: Interfaces specific for QEMU/KVM driver
+ * Summary: qemu specific interfaces
+ * Description: Provides the interfaces of the libvirt library to handle
+ *              qemu specific methods
  *
  * Copyright (C) 2010, 2012 Red Hat, Inc.
  *
diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
index fc7fa85..71e41e8 100644
--- a/include/libvirt/libvirt.h.in
+++ b/include/libvirt/libvirt.h.in
@@ -1,5 +1,8 @@
 /* -*- c -*-
  * libvirt.h: Core interfaces for the libvirt library
+ * Summary: core interfaces for the libvirt library
+ * Description: Provides the interfaces of the libvirt library to handle
+ *              virtualized domains
  *
  * Copyright (C) 2005-2006, 2010-2012 Red Hat, Inc.
  *
diff --git a/include/libvirt/virterror.h b/include/libvirt/virterror.h
index b3f80ab..02b4c57 100644
--- a/include/libvirt/virterror.h
+++ b/include/libvirt/virterror.h
@@ -1,5 +1,8 @@
 /*
  * virterror.h: Error handling interfaces for the libvirt library
+ * Summary: error handling interfaces for the libvirt library
+ * Description: Provides the interfaces of the libvirt library to handle
+ *              errors raised while using the library.
  *
  * Copyright (C) 2006, 2010-2012 Red Hat, Inc.
  *
-- 
1.7.8.6




More information about the libvir-list mailing list