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.
This commit is contained in:
Peter Krempa 2012-07-27 15:17:45 +02:00
parent b889bac171
commit d6e94bdd3d
3 changed files with 9 additions and 0 deletions

View 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.
*

View 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.
*

View 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.
*