summaryrefslogtreecommitdiff
path: root/beos/gui.cpp
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-08 22:08:29 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-08 22:08:29 +0000
commit5562c9a553fe539d0d1fbf05dba89b1b1f577fae (patch)
treee518c4be0cd833b3568244681b97d0fc60ff860d /beos/gui.cpp
parent05a64bfde9fe91587a7f8bd3d32f8577b80c7328 (diff)
downloadnetsurf-5562c9a553fe539d0d1fbf05dba89b1b1f577fae.tar.gz
netsurf-5562c9a553fe539d0d1fbf05dba89b1b1f577fae.tar.bz2
Continue doxygen error cleanup.
Diffstat (limited to 'beos/gui.cpp')
-rw-r--r--beos/gui.cpp11
1 files changed, 5 insertions, 6 deletions
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;