mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
doxygen: Escape <uri> in doc of bittorrent_download
Doxygen warned that <uri> is an unsupported xml/html tag. It was not intended as a tag though; rather as a placeholder akin to <var>uri</var>. Escape with a backslash.
This commit is contained in:
parent
bfeb09fe37
commit
90d7c11f28
@ -616,8 +616,8 @@ abort_bittorrent_download_query(struct dialog_data *dlg_data)
|
||||
done_bittorrent_download_info(info);
|
||||
}
|
||||
|
||||
/** The download button handler. Basicly it redirects <uri> to bittorrent:<uri>
|
||||
* and starts displaying the download.
|
||||
/** The download button handler. Basicly it redirects \<uri> to
|
||||
* bittorrent:\<uri> and starts displaying the download.
|
||||
*
|
||||
* bittorrent_query_callback() passes this function as a
|
||||
* ::widget_handler_T to add_dlg_button(). */
|
||||
|
Loading…
Reference in New Issue
Block a user