summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-09 21:49:33 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-09 21:49:33 +0000
commit7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5 (patch)
tree34240b73e61a57917b4ac553c7cd1da34b411124 /desktop/netsurf.h
parent9f0b252371e8a5070cc8a4ffd5ef3a890a90fe52 (diff)
downloadnetsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.gz
netsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.bz2
Desktop doxygen fixes
Diffstat (limited to 'desktop/netsurf.h')
-rw-r--r--desktop/netsurf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/netsurf.h b/desktop/netsurf.h
index 3ce8f3bab..4f3721945 100644
--- a/desktop/netsurf.h
+++ b/desktop/netsurf.h
@@ -41,6 +41,7 @@ nserror netsurf_register(struct netsurf_table *table);
* Initialise netsurf core.
*
* @param messages path to translation mesage file.
+ * @param store_path path to persistant storage.
* @return NSERROR_OK on success or error code on faliure.
*/
nserror netsurf_init(const char *messages, const char *store_path);