mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05: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:
parent
31242e8029
commit
245df547ab
@ -17,7 +17,7 @@ struct bookmark {
|
|||||||
|
|
||||||
struct listbox_item *box_item;
|
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. */
|
* but this has not yet been fully implemented. */
|
||||||
unsigned char *title; /* UTF-8 title of bookmark */
|
unsigned char *title; /* UTF-8 title of bookmark */
|
||||||
unsigned char *url; /* Location of bookmarked item */
|
unsigned char *url; /* Location of bookmarked item */
|
||||||
|
Loading…
Reference in New Issue
Block a user