From f287379a7cca0717166119ecbf15b4e2dcdbfc56 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 8 Nov 2014 11:38:20 +0000 Subject: Fix several doxygen issues --- atari/deskmenu.c | 7 ++++--- atari/file.c | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'atari') 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 -- cgit v1.2.3