summaryrefslogtreecommitdiff
path: root/windows/findfile.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-11 15:46:04 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-11 15:46:04 +0000
commit3e4f5737aab18858dd80c7b57e5aaa3eecaf21c7 (patch)
treee5fd8a60466bbdc8f0c88e0dceaf2e59cb029e0b /windows/findfile.c
parent8a6500c539a1c253cb864f0b2665f66611ebfbd3 (diff)
downloadnetsurf-3e4f5737aab18858dd80c7b57e5aaa3eecaf21c7.tar.gz
netsurf-3e4f5737aab18858dd80c7b57e5aaa3eecaf21c7.tar.bz2
Doxygen cleanups in frontends
Diffstat (limited to 'windows/findfile.c')
-rw-r--r--windows/findfile.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/windows/findfile.c b/windows/findfile.c
index aed43b0bf..7323666d3 100644
--- a/windows/findfile.c
+++ b/windows/findfile.c
@@ -86,14 +86,14 @@ static char *realpath(const char *path, char *resolved_path)
/**
* Locate a shared resource file by searching known places in order.
*
+ * Search order is: ~/.netsurf/, $NETSURFRES/ (where NETSURFRES is an
+ * environment variable), then the path specified in
+ * NETSURF_WINDOWS_RESPATH in the Makefile then .\\res\\ [windows paths]
+ *
* \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: ~/.netsurf/, $NETSURFRES/ (where NETSURFRES is an
- * environment variable), then the path specified in
- * NETSURF_WINDOWS_RESPATH in the Makefile then .\res\ [windows paths]
+ * \return The passed in buffer
*/
char *nsws_find_resource(char *buf, const char *filename, const char *def)