summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-08 12:35:11 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-08 12:35:11 +0000
commit8f64d5d223a6ccc60f04e815355c9d3f216a4410 (patch)
tree5ae4e823e45221cd6a92eead6fd5060c0430bec3 /desktop
parentf287379a7cca0717166119ecbf15b4e2dcdbfc56 (diff)
downloadnetsurf-8f64d5d223a6ccc60f04e815355c9d3f216a4410.tar.gz
netsurf-8f64d5d223a6ccc60f04e815355c9d3f216a4410.tar.bz2
Improve Doxygen documentation
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gui_misc.h1
-rw-r--r--desktop/hotlist.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/desktop/gui_misc.h b/desktop/gui_misc.h
index 4664fc9dd..a35ee513f 100644
--- a/desktop/gui_misc.h
+++ b/desktop/gui_misc.h
@@ -76,6 +76,7 @@ struct gui_browser_table {
* \param certs The certificate to be verified
* \param num The number of certificates to be verified.
* \param cb Callback upon user decision.
+ * \param cbpw Context pointer passed to cb
*/
void (*cert_verify)(struct nsurl *url, const struct ssl_cert_info *certs, unsigned long num, nserror (*cb)(bool proceed, void *pw), void *cbpw);
diff --git a/desktop/hotlist.h b/desktop/hotlist.h
index 933f30b42..2733d589f 100644
--- a/desktop/hotlist.h
+++ b/desktop/hotlist.h
@@ -171,7 +171,7 @@ nserror hotlist_iterate(void *ctx,
* Redraw the hotlist.
*
* \param x X coordinate to render treeview at
- * \param x Y coordinate to render treeview at
+ * \param y Y coordinate to render treeview at
* \param clip Current clip rectangle (wrt tree origin)
* \param ctx Current redraw context
*/