summaryrefslogtreecommitdiffstats
path: root/src/bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bar.h')
-rw-r--r--src/bar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bar.h b/src/bar.h
index 20d92a9..ec9e590 100644
--- a/src/bar.h
+++ b/src/bar.h
@@ -27,9 +27,9 @@ unsigned int bfs_bar_width(const struct bfs_bar *bar);
/**
* Update the status bar message.
*
- * @param bar
+ * @bar
* The status bar to update.
- * @param str
+ * @str
* The string to display.
* @return
* 0 on success, -1 on failure.