From de9c93610b5dfb0c221c80cce167702cce9c2a83 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Fri, 16 Aug 2019 11:02:16 +0000 Subject: [PATCH] keyboard: Improve docstring --- eek/eek-keyboard.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/eek/eek-keyboard.h b/eek/eek-keyboard.h index 16a1c9e6..3904e6fa 100644 --- a/eek/eek-keyboard.h +++ b/eek/eek-keyboard.h @@ -46,12 +46,7 @@ typedef struct _EekKeyboardPrivate EekKeyboardPrivate; /** * EekKeyboard: * - * Contains the state of the physical keyboard. - * - * Is also a graphical element... - * - * The #EekKeyboard structure contains only private data and should - * only be accessed using the provided API. + * Contains the graphical representation of the rows of buttons. */ struct _EekKeyboard {