From 9fde3502b659d3858cd1978d2c6535c57efbe924 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 23:27:13 +0000 Subject: doxygen cleanups in utils --- utils/nsurl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'utils/nsurl.h') diff --git a/utils/nsurl.h b/utils/nsurl.h index ec00dede9..13f7e5f47 100644 --- a/utils/nsurl.h +++ b/utils/nsurl.h @@ -90,10 +90,8 @@ void nsurl_unref(nsurl *url); * \param url1 First NetSurf URL * \param url2 Second NetSurf URL * \param parts The URL components to be compared - * \param match Returns true if url1 and url2 matched, else false - * \return NSERROR_OK on success, appropriate error otherwise + * \return true on match else false * - * If return value != NSERROR_OK, match will be false. */ bool nsurl_compare(const nsurl *url1, const nsurl *url2, nsurl_component parts); -- cgit v1.2.3