From 8f64d5d223a6ccc60f04e815355c9d3f216a4410 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 8 Nov 2014 12:35:11 +0000 Subject: Improve Doxygen documentation --- desktop/gui_misc.h | 1 + desktop/hotlist.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop') 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 */ -- cgit v1.2.3