From fffcdb25deb51bcb3698563f30c5b4882e3ff107 Mon Sep 17 00:00:00 2001 From: Aaron Faanes Date: Sun, 15 Sep 2013 13:37:07 -0500 Subject: [PATCH] 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. --- src/wayland-util.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wayland-util.h b/src/wayland-util.h index de2e464..aa74512 100644 --- a/src/wayland-util.h +++ b/src/wayland-util.h @@ -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