summaryrefslogtreecommitdiffstats
path: root/include/mode.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-07-29 08:32:34 +0200
committerDave Davenport <qball@gmpclient.org>2016-07-29 08:32:34 +0200
commit4be25abad7d04d29cb0448c9676364f3bb15f984 (patch)
treede76fccde605ccf3cf9a35626bd2a0fcc882eea3 /include/mode.h
parentd6e1e4a914be63e803e4503bba0c23b3cabc87e6 (diff)
Fix some doxygen warnings.
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mode.h b/include/mode.h
index 4cd2244d..b140ebce 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -98,8 +98,8 @@ char * mode_get_completion ( const Mode *mode, unsigned int selected_line );
/**
* @param mode The mode to query
- * @param mretv The menu return value.
- * @param input Pointer to the user input string.
+ * @param menu_retv The menu return value.
+ * @param input Pointer to the user input string. [in][out]
* @param selected_line the line selected by the user.
*
* Acts on the user interaction.
@@ -145,6 +145,7 @@ void *mode_get_private_data ( const Mode *mode );
/**
* @param mode The mode to query
+ * @param pd Pointer to private data to attach to the mode.
*
* Helper functions for mode.
* Set the private data object.