From: Andre Noll Date: Mon, 11 Feb 2008 19:33:50 +0000 (+0100) Subject: user_list: Fix doxygen \param. X-Git-Tag: v0.3.1~17 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=4fee4c30eff9c8c0c1eeef2a60ec22fedfaf3826;ds=sidebyside user_list: Fix doxygen \param. --- diff --git a/user_list.c b/user_list.c index e13d8bb7..0748ef62 100644 --- a/user_list.c +++ b/user_list.c @@ -113,7 +113,7 @@ void init_user_list(char *user_list_file) /** * Lookup a user in the user list. * - * \param The name of the user. + * \param name The name of the user. * * \return A pointer to the corresponding user struct if the user was found, \p * NULL otherwise.