diff options
Diffstat (limited to 'src/bookmark.c')
-rw-r--r-- | src/bookmark.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmark.c b/src/bookmark.c index 9a594789..00fdfd36 100644 --- a/src/bookmark.c +++ b/src/bookmark.c @@ -19,7 +19,7 @@ -/* +/** * Have a short chat with the bookmarks server, * and finally ask it to add a new bookmark. * (this is an example of dpi chat) @@ -65,7 +65,7 @@ void a_Bookmarks_chat_add(BrowserWindow *Bw, char *Cmd, char *answer) } } -/* +/** * Add the new bookmark through the bookmarks server */ void a_Bookmarks_add(BrowserWindow *bw, const DilloUrl *url) |