1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-26 01:15:37 +00:00

doxygen: Fix link to bookmark::url

Fix this warning:

Generating docs for page todo...
todo:12: warning: explicit link request to 'url' could not be resolved

The #url syntax was supposed to refer to the url member of the
containing structure, but it apparently doesn't work when @todo
copies the paragraph to a separate page.
This commit is contained in:
Kalle Olavi Niemitalo 2012-11-18 20:06:13 +02:00 committed by Kalle Olavi Niemitalo
parent 31242e8029
commit 245df547ab

View File

@ -17,7 +17,7 @@ struct bookmark {
struct listbox_item *box_item;
/** @todo Bug 1066: The #url string should be in UTF-8 too,
/** @todo Bug 1066: The bookmark::url string should be in UTF-8 too,
* but this has not yet been fully implemented. */
unsigned char *title; /* UTF-8 title of bookmark */
unsigned char *url; /* Location of bookmarked item */