1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04: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:
Kalle Olavi Niemitalo 2012-11-18 19:43:09 +02:00 committed by Kalle Olavi Niemitalo
parent bfeb09fe37
commit 90d7c11f28

View File

@ -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(). */