mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-29 13:45:28 +03:00
Fix up some doxygen errors
This commit is contained in:
parent
77ffda1e46
commit
ea9a2ff01d
@ -54,7 +54,7 @@ extern status_t ScaleBitmap(const BBitmap& inBitmap, BBitmap& outBitmap);
|
||||
*
|
||||
* \param content content structure to thumbnail
|
||||
* \param bitmap the bitmap to draw to
|
||||
* \param url the URL the thumnail belongs to, or NULL
|
||||
* \return true on success and bitmap updated else false
|
||||
*/
|
||||
bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap)
|
||||
{
|
||||
|
@ -1663,7 +1663,7 @@ static nserror store_write_file(struct store_state *state,
|
||||
* takes ownership of the heap block passed in.
|
||||
*
|
||||
* @param url The url is used as the unique primary key for the data.
|
||||
* @param flags The flags to control how the object is stored.
|
||||
* @param bsflags The flags to control how the object is stored.
|
||||
* @param data The objects source data.
|
||||
* @param datalen The length of the \a data.
|
||||
* @return NSERROR_OK on success or error code on faliure.
|
||||
|
@ -46,7 +46,7 @@
|
||||
*
|
||||
* \param content content structure to thumbnail
|
||||
* \param bitmap the bitmap to draw to
|
||||
* \param url the URL the thumnail belongs to, or NULL
|
||||
* \return true on success and bitmap updated else false
|
||||
*/
|
||||
bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap)
|
||||
{
|
||||
|
@ -76,7 +76,7 @@ static void thumbnail_restore_output(struct thumbnail_save_area *save_area);
|
||||
*
|
||||
* \param content content structure to thumbnail
|
||||
* \param bitmap the bitmap to draw to
|
||||
* \param url the URL the thumbnail belongs to, or NULL
|
||||
* \return true on success and bitmap updated else false
|
||||
*/
|
||||
bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap)
|
||||
{
|
||||
|
@ -86,7 +86,7 @@ struct gui_window *nsws_get_gui_window(HWND hwnd);
|
||||
* Cause a browser window to navigate to a url
|
||||
*
|
||||
* \param hwnd The win32 handle to the browser window or one of its decendants.
|
||||
* \param url The URL to navigate to.
|
||||
* \param urltxt The URL to navigate to.
|
||||
*/
|
||||
bool nsws_window_go(HWND hwnd, const char *urltxt);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user