summaryrefslogtreecommitdiffstats
path: root/include/dialogs
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-14 08:47:21 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-14 08:47:21 +0200
commitb4c599f022feb69d5be7c27a3037c70c02c44790 (patch)
treefe0a1d674e402182e6c8ae7e6ada3767d837f466 /include/dialogs
parentcc496c38ee31cab226bbede60d3790afcf108b3d (diff)
Add more documentation.
Current state: 61% coverage.
Diffstat (limited to 'include/dialogs')
-rw-r--r--include/dialogs/help-keys.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dialogs/help-keys.h b/include/dialogs/help-keys.h
index c7934c55..b444a5be 100644
--- a/include/dialogs/help-keys.h
+++ b/include/dialogs/help-keys.h
@@ -4,8 +4,14 @@
/**
* @defgroup HELPKEYSMode KeysHelp
* @ingroup MODES
+ *
+ * Displays the different keybindings available in *rofi*
+ *
* @{
*/
+/**
+ * Internal handle to the help key mode
+ */
extern Mode help_keys_mode;
/*@}*/
#endif // ROFI_DIALOG_HELPKEYS_H