From 4992f5216ec53b65e5773c8d98525c2421fc8cba Mon Sep 17 00:00:00 2001 From: jgeboski Date: Tue, 22 Dec 2015 10:15:03 -0500 Subject: facebook-util: document the FbDebugLevel enum --- facebook/facebook-util.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/facebook/facebook-util.h b/facebook/facebook-util.h index 1d5aee8..82752a6 100644 --- a/facebook/facebook-util.h +++ b/facebook/facebook-util.h @@ -37,6 +37,16 @@ */ #define FB_UTIL_ERROR fb_util_error_quark() +/** + * FbDebugLevel: + * @FB_UTIL_DEBUG_LEVEL_MISC: Miscellaneous message. + * @FB_UTIL_DEBUG_LEVEL_INFO: Information message. + * @FB_UTIL_DEBUG_LEVEL_WARN: Warning message. + * @FB_UTIL_DEBUG_LEVEL_ERROR: Error message. + * @FB_UTIL_DEBUG_LEVEL_FATAL: Fatal message. + * + * The types of log messages. + */ typedef enum { FB_UTIL_DEBUG_LEVEL_MISC, -- cgit v1.2.3