summaryrefslogtreecommitdiffstats
path: root/include/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'include/dialogs')
-rw-r--r--include/dialogs/combi.h2
-rw-r--r--include/dialogs/dmenu.h2
-rw-r--r--include/dialogs/drun.h2
-rw-r--r--include/dialogs/filebrowser.h2
-rw-r--r--include/dialogs/help-keys.h2
-rw-r--r--include/dialogs/run.h2
-rw-r--r--include/dialogs/script.h2
-rw-r--r--include/dialogs/ssh.h2
-rw-r--r--include/dialogs/window.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/include/dialogs/combi.h b/include/dialogs/combi.h
index 3c9660ca..9b583f75 100644
--- a/include/dialogs/combi.h
+++ b/include/dialogs/combi.h
@@ -46,5 +46,5 @@
/** #Mode object representing the combi dialog. */
extern Mode combi_mode;
-/*@}*/
+/**@}*/
#endif // ROFI_DIALOG_COMBI_H
diff --git a/include/dialogs/dmenu.h b/include/dialogs/dmenu.h
index 6c2fa05d..577070d9 100644
--- a/include/dialogs/dmenu.h
+++ b/include/dialogs/dmenu.h
@@ -47,5 +47,5 @@ int dmenu_switcher_dialog ( void );
*/
void print_dmenu_options ( void );
-/*@}*/
+/**@}*/
#endif // ROFI_DIALOG_DMENU_H
diff --git a/include/dialogs/drun.h b/include/dialogs/drun.h
index 2b58b4c5..be6e0afa 100644
--- a/include/dialogs/drun.h
+++ b/include/dialogs/drun.h
@@ -38,5 +38,5 @@
/** #Mode object representing the desktop menu run dialog. */
extern Mode drun_mode;
#endif // ENABLE_DRUN
-/*@}*/
+/**@}*/
#endif // ROFI_DIALOG_DRUN_H
diff --git a/include/dialogs/filebrowser.h b/include/dialogs/filebrowser.h
index f57bd4a7..3609501a 100644
--- a/include/dialogs/filebrowser.h
+++ b/include/dialogs/filebrowser.h
@@ -40,5 +40,5 @@ extern Mode file_browser_mode;
Mode *create_new_file_browser (void);
ModeMode file_browser_mode_completer ( Mode *sw, int mretv, char **input, unsigned int selected_line, char **path );
-/*@}*/
+/**@}*/
#endif // ROFI_DIALOG_FILE_BROWSER_H
diff --git a/include/dialogs/help-keys.h b/include/dialogs/help-keys.h
index c06ed5c2..062a4278 100644
--- a/include/dialogs/help-keys.h
+++ b/include/dialogs/help-keys.h
@@ -40,5 +40,5 @@
* #Mode object representing the help key mode view
*/
extern Mode help_keys_mode;
-/*@}*/
+/**@}*/
#endif // ROFI_DIALOG_HELPKEYS_H
diff --git a/include/dialogs/run.h b/include/dialogs/run.h
index 36e3b365..bec0d39a 100644
--- a/include/dialogs/run.h
+++ b/include/dialogs/run.h
@@ -42,5 +42,5 @@
/** #Mode object representing the run dialog. */
extern Mode run_mode;
-/*@}*/
+/**@}*/
#endif // DIALOG_RUN_H
diff --git a/include/dialogs/script.h b/include/dialogs/script.h
index 5695b640..c1d1b8d4 100644
--- a/include/dialogs/script.h
+++ b/include/dialogs/script.h
@@ -52,5 +52,5 @@ Mode *script_switcher_parse_setup ( const char *str );
* @returns true when valid.
*/
gboolean script_switcher_is_valid ( const char *token );
-/*@}*/
+/**@}*/
#endif // ROFI_DIALOG_SCRIPT_H
diff --git a/include/dialogs/ssh.h b/include/dialogs/ssh.h
index 9022da10..9f72797a 100644
--- a/include/dialogs/ssh.h
+++ b/include/dialogs/ssh.h
@@ -46,5 +46,5 @@
/** #Mode object representing the ssh dialog. */
extern Mode ssh_mode;
-/*@}*/
+/**@}*/
#endif // ROFI_DIALOG_SSH_H
diff --git a/include/dialogs/window.h b/include/dialogs/window.h
index 625fe3ff..4f0e0526 100644
--- a/include/dialogs/window.h
+++ b/include/dialogs/window.h
@@ -40,5 +40,5 @@
extern Mode window_mode;
extern Mode window_mode_cd;
#endif // WINDOW_MODE
-/* @}*/
+/** @}*/
#endif // ROFI_DIALOG_WINDOW_H