]> xenbits.xensource.com Git - libvirt.git/commitdiff
lib: Revert removing of Summary and Description fields in headers
authorPeter Krempa <pkrempa@redhat.com>
Fri, 27 Jul 2012 13:17:45 +0000 (15:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 27 Jul 2012 13:47:16 +0000 (15:47 +0200)
Those fields are used by the apibuild script to create documentation.
This commit partialy reverts a4bcefbcff01c9cdc257127df376929cd80304b1.

include/libvirt/libvirt-qemu.h
include/libvirt/libvirt.h.in
include/libvirt/virterror.h

index 6f4aedc55500392ded0a1e61617a65a54506c178..a37f897bd62997cf8f73955e7332a21fa55157c3 100644 (file)
@@ -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.
  *
index fc7fa85f48a5409e87773082b27ae1fe2d416af3..71e41e8169e7334faa9f2cf9c186e36fd02b1fec 100644 (file)
@@ -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.
  *
index b3f80abb63c81d7e4818dbe9da48b88bd7d22f5d..02b4c57d4945f9689fa738157b4914590078e28d 100644 (file)
@@ -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.
  *