From 245df547ab7c56bb6783c4cbc8079e6e81b83e23 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 18 Nov 2012 20:06:13 +0200 Subject: [PATCH] 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. --- src/bookmarks/bookmarks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bookmarks/bookmarks.h b/src/bookmarks/bookmarks.h index d8280844..55f2d283 100644 --- a/src/bookmarks/bookmarks.h +++ b/src/bookmarks/bookmarks.h @@ -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 */