summaryrefslogtreecommitdiffstats
path: root/include/dialogs
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-06 12:40:41 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-06 12:40:41 +0100
commitc512f81c9ca3b9a17768ef18ea09bca9c41ee8fe (patch)
treeba5fc7fc8fb760068265c63fdc829dee14d57ad7 /include/dialogs
parent70dd6e2cefa0438c9ce4fbb884eb0b8fdffdf1b5 (diff)
Update comments, replace printf/build_filename
Diffstat (limited to 'include/dialogs')
-rw-r--r--include/dialogs/run.h18
-rw-r--r--include/dialogs/ssh.h6
2 files changed, 18 insertions, 6 deletions
diff --git a/include/dialogs/run.h b/include/dialogs/run.h
index 9a78605c..860aad9c 100644
--- a/include/dialogs/run.h
+++ b/include/dialogs/run.h
@@ -1,5 +1,17 @@
-#ifndef __RUN_DIALOG_H__
-#define __RUN_DIALOG_H__
+#ifndef ROFI_DIALOG_RUN_H
+#define ROFI_DIALOG_RUN_H
+/**
+ * @defgroup RUNMode Run
+ *
+ * This mode uses the following options from the #config object:
+ * * #_Settings::run_command
+ * * #_Settings::run_shell_command
+ * * #_Settings::run_list_command
+ *
+ * @{
+ */
extern Mode run_mode;
-#endif
+
+/*@}*/
+#endif // DIALOG_RUN_H
diff --git a/include/dialogs/ssh.h b/include/dialogs/ssh.h
index 7956528a..0e026ee5 100644
--- a/include/dialogs/ssh.h
+++ b/include/dialogs/ssh.h
@@ -1,5 +1,5 @@
-#ifndef __SSH_DIALOG_H__
-#define __SSH_DIALOG_H__
+#ifndef ROFI_DIALOG_SSH_H
+#define ROFI_DIALOG_SSH_H
/**
* @defgroup SSHMode SSH
@@ -21,4 +21,4 @@
*/
extern Mode ssh_mode;
/*@}*/
-#endif
+#endif // ROFI_DIALOG_SSH_H