utils: Add doxygen for wayland-util.h

This is needed for doxygen to generate output for macro definitions, such
as wl_container_of, that are contained by this file. Classes like
wl_list would be documented regardless.
This commit is contained in:
Aaron Faanes 2013-09-15 13:37:07 -05:00 committed by Kristian Høgsberg
parent bc30c5eb8a
commit fffcdb25de

View File

@ -20,6 +20,11 @@
* OF THIS SOFTWARE.
*/
/** \file wayland-util.h
*
* \brief Utility classes, functions, and macros.
*/
#ifndef WAYLAND_UTIL_H
#define WAYLAND_UTIL_H