summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-08 11:38:20 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-08 11:38:20 +0000
commitf287379a7cca0717166119ecbf15b4e2dcdbfc56 (patch)
tree01110d1feb9c8c4eb934e6b5b716f505aca9979b /atari
parentbc1914fbb16f64d5c107fad968df03ef791059f1 (diff)
downloadnetsurf-f287379a7cca0717166119ecbf15b4e2dcdbfc56.tar.gz
netsurf-f287379a7cca0717166119ecbf15b4e2dcdbfc56.tar.bz2
Fix several doxygen issues
Diffstat (limited to 'atari')
-rw-r--r--atari/deskmenu.c7
-rw-r--r--atari/file.c4
2 files changed, 6 insertions, 5 deletions
diff --git a/atari/deskmenu.c b/atari/deskmenu.c
index a9fa6488e..e5522ea68 100644
--- a/atari/deskmenu.c
+++ b/atari/deskmenu.c
@@ -242,12 +242,13 @@ static void __CDECL menu_open_url(short item, short title, void *data)
NULL,
NULL,
&bw);
- /** \TODO Should not be accessing inside bw. */
+ /** \todo Should not be accessing inside bw. */
gw = bw->window;
}
- /** \TODO Can we do this stuff in gui_window_create, which is called
- * in browser_window_create ? */
+ /** \todo Can we do this stuff in gui_window_create, which is called
+ * in browser_window_create?
+ */
/* Loose focus: */
window_set_focus(gw->root, WIDGET_NONE, NULL );
diff --git a/atari/file.c b/atari/file.c
index 53c9c8a79..8008e47c1 100644
--- a/atari/file.c
+++ b/atari/file.c
@@ -47,7 +47,7 @@
* @param[in,out] size The size of the space available if \a str not
* NULL on input and if not NULL set to the total
* output length on output.
- * @param[in] nemb The number of elements.
+ * @param[in] nelm The number of elements.
* @param[in] ... The elements of the path as string pointers.
* @return NSERROR_OK and the complete path is written to str
* or error code on faliure.
@@ -102,7 +102,7 @@ static nserror atari_basename(const char *path, char **str, size_t *size)
/**
* Create a path from a nsurl using GEMDOS file handling.
*
- * @parm[in] url The url to encode.
+ * @param[in] url The url to encode.
* @param[out] path_out A string containing the result path which should
* be freed by the caller.
* @return NSERROR_OK and the path is written to \a path or error code