summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-10-12 21:39:36 +0200
committerDave Davenport <qball@gmpclient.org>2020-10-12 21:39:36 +0200
commiteea8897501abffe5a6759a388b9241d4ca70a4c3 (patch)
treec7d464793dedbabfc06f3cbc117e7a5994d59a7f /source
parent585538b42882ce8e8217a56f6b4dd05c0a0b68ff (diff)
Fix some of the documentation
Diffstat (limited to 'source')
-rw-r--r--source/dialogs/filebrowser.c2
-rw-r--r--source/dialogs/run.c2
-rw-r--r--source/dialogs/ssh.c2
-rw-r--r--source/mode.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/source/dialogs/filebrowser.c b/source/dialogs/filebrowser.c
index 90f1b133..9e04f521 100644
--- a/source/dialogs/filebrowser.c
+++ b/source/dialogs/filebrowser.c
@@ -269,7 +269,7 @@ static char *_get_display_value ( const Mode *sw, unsigned int selected_line, G_
*
* Match the entry.
*
- * @param returns try when a match.
+ * @returns try when a match.
*/
static int file_browser_token_match ( const Mode *sw, rofi_int_matcher **tokens, unsigned int index )
{
diff --git a/source/dialogs/run.c b/source/dialogs/run.c
index 5e0c064a..71800213 100644
--- a/source/dialogs/run.c
+++ b/source/dialogs/run.c
@@ -424,4 +424,4 @@ Mode run_mode =
.private_data = NULL,
.free = NULL
};
-/*@}*/
+/** @}*/
diff --git a/source/dialogs/ssh.c b/source/dialogs/ssh.c
index fd590551..51e19a7c 100644
--- a/source/dialogs/ssh.c
+++ b/source/dialogs/ssh.c
@@ -658,4 +658,4 @@ Mode ssh_mode =
.private_data = NULL,
.free = NULL
};
-/*@}*/
+/**@}*/
diff --git a/source/mode.c b/source/mode.c
index 6b7b2f48..1f0189b0 100644
--- a/source/mode.c
+++ b/source/mode.c
@@ -179,4 +179,4 @@ char *mode_get_message ( const Mode *mode )
}
return NULL;
}
-/*@}*/
+/**@}*/