summaryrefslogtreecommitdiff
path: root/riscos
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 /riscos
parentf287379a7cca0717166119ecbf15b4e2dcdbfc56 (diff)
downloadnetsurf-8f64d5d223a6ccc60f04e815355c9d3f216a4410.tar.gz
netsurf-8f64d5d223a6ccc60f04e815355c9d3f216a4410.tar.bz2
Improve Doxygen documentation
Diffstat (limited to 'riscos')
-rw-r--r--riscos/mouse.h4
-rw-r--r--riscos/search.c4
-rw-r--r--riscos/sslcert.c1
3 files changed, 6 insertions, 3 deletions
diff --git a/riscos/mouse.h b/riscos/mouse.h
index 8a7405a2f..6bc5c13e1 100644
--- a/riscos/mouse.h
+++ b/riscos/mouse.h
@@ -17,8 +17,8 @@
*/
-/** \file mouse.h
- * Mouse dragging and tracking support (interface).
+/** \file
+ * Mouse dragging and tracking support interface for RISC OS.
*/
#ifndef _NETSURF_RISCOS_MOUSE_H_
diff --git a/riscos/search.c b/riscos/search.c
index ff95430ce..60b37160a 100644
--- a/riscos/search.c
+++ b/riscos/search.c
@@ -193,11 +193,13 @@ bool ro_gui_search_click(wimp_pointer *pointer)
/**
* add search string to recent searches list
+ *
* front is at liberty how to implement the bare notification
* should normally store a strdup() of the string in
* search_global_data.recent[];
* core gives no guarantee of the integrity of the const char *
- * \param string search pattern
+ *
+ * \param search string search pattern
* \param p the pointer sent to search_verify_new()
*/
diff --git a/riscos/sslcert.c b/riscos/sslcert.c
index 3ebf6b788..d8d94a32c 100644
--- a/riscos/sslcert.c
+++ b/riscos/sslcert.c
@@ -105,6 +105,7 @@ void ro_gui_cert_postinitialise(void)
* \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 gui_cert_verify(nsurl *url,
const struct ssl_cert_info *certs, unsigned long num,