keyboard: Improve docstring
This commit is contained in:
		@ -46,12 +46,7 @@ typedef struct _EekKeyboardPrivate EekKeyboardPrivate;
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * EekKeyboard:
 | 
					 * EekKeyboard:
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Contains the state of the physical keyboard.
 | 
					 * Contains the graphical representation of the rows of buttons.
 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * Is also a graphical element...
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * The #EekKeyboard structure contains only private data and should
 | 
					 | 
				
			||||||
 * only be accessed using the provided API.
 | 
					 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
struct _EekKeyboard
 | 
					struct _EekKeyboard
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user