From d6e94bdd3d609e62832142aaec18893145b190ce Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 27 Jul 2012 15:17:45 +0200 Subject: [PATCH] lib: Revert removing of Summary and Description fields in headers 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(+) diff --git a/include/libvirt/libvirt-qemu.h b/include/libvirt/libvirt-qemu.h index 6f4aedc555..a37f897bd6 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 fc7fa85f48..71e41e8169 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 b3f80abb63..02b4c57d49 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. *