aboutsummaryrefslogtreecommitdiff
path: root/src/bookmark.c
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-03-09 17:35:19 +0100
committerrodarima <rodarima@gmail.com>2024-03-09 18:43:51 +0100
commit4c56214b8c2e130d3709bdca2513aef20b7b0fab (patch)
treeb8cd0c6dafb5850ba116221f6f39a62e84983aa5 /src/bookmark.c
parentbde09c45adf0daf252fafbaf87683d3ed7eaab07 (diff)
Use Doxygen comments for C files
Diffstat (limited to 'src/bookmark.c')
-rw-r--r--src/bookmark.c4
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)