summaryrefslogtreecommitdiffstats
path: root/include/dialogs/combi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dialogs/combi.h')
-rw-r--r--include/dialogs/combi.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dialogs/combi.h b/include/dialogs/combi.h
index a3082c4a..f4259ec0 100644
--- a/include/dialogs/combi.h
+++ b/include/dialogs/combi.h
@@ -5,9 +5,18 @@
* @defgroup COBIMode Combi
* @ingroup MODES
*
+ * Dialog that can combine multiple #Mode into one view.
+ *
+ * This mode uses the following options from the #config object:
+ * * #Settings::combi_modi
+ *
+ * It creates the following option:
+ * * Settings::display_combi
+ *
* @{
*/
+/** #Mode object representing the combi dialog. */
extern Mode combi_mode;
/*@}*/