From 5562c9a553fe539d0d1fbf05dba89b1b1f577fae Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 8 Nov 2014 22:08:29 +0000 Subject: Continue doxygen error cleanup. --- beos/gui.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'beos/gui.cpp') diff --git a/beos/gui.cpp b/beos/gui.cpp index ca895894b..7c0a3c6f2 100644 --- a/beos/gui.cpp +++ b/beos/gui.cpp @@ -248,16 +248,15 @@ image_id nsbeos_find_app_path(char *path) /** * Locate a shared resource file by searching known places in order. * + * Search order is: ~/config/settings/NetSurf/, ~/.netsurf/, $NETSURFRES/ + * (where NETSURFRES is an environment variable), and finally the path + * specified by the macro at the top of this file. + * * \param buf buffer to write to. must be at least PATH_MAX chars * \param filename file to look for * \param def default to return if file not found - * \return buf - * - * Search order is: ~/config/settings/NetSurf/, ~/.netsurf/, $NETSURFRES/ - * (where NETSURFRES is an environment variable), and finally the path - * specified by the #define at the top of this file. + * \return path to resource. */ - static char *find_resource(char *buf, const char *filename, const char *def) { const char *cdir = NULL; -- cgit v1.2.3