From 3b698038d7412924bd255886418d13625f7b544b Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 1 Nov 2016 21:19:13 +0100 Subject: [PATCH] Document enum of separator.h --- include/widgets/separator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/widgets/separator.h b/include/widgets/separator.h index c515e456..f0f27f8e 100644 --- a/include/widgets/separator.h +++ b/include/widgets/separator.h @@ -20,13 +20,15 @@ typedef struct _separator separator; /** * Direction of the separator. */ - typedef enum { S_HORIZONTAL = 0, S_VERTICAL = 1 } separator_type; +/** + * The style of the separator line. + */ typedef enum { S_LINE_NONE,