diff --git a/interface/src/Bookmarks.h b/interface/src/Bookmarks.h
index c31aee6e33..e4480b7552 100644
--- a/interface/src/Bookmarks.h
+++ b/interface/src/Bookmarks.h
@@ -52,6 +52,7 @@ protected:
protected slots:
/**jsdoc
+ * Prompts the user to delete a bookmark. The user can select the bookmark to delete in the dialog that is opened.
* @function LocationBookmarks.deleteBookmark
*/
virtual void deleteBookmark();
diff --git a/interface/src/LocationBookmarks.h b/interface/src/LocationBookmarks.h
index eebaf2f383..574060fb61 100644
--- a/interface/src/LocationBookmarks.h
+++ b/interface/src/LocationBookmarks.h
@@ -17,6 +17,9 @@
#include "Bookmarks.h"
/**jsdoc
+ * The LocationBookmarks
API provides facilities for working with location bookmarks. A location bookmark
+ * associates a name with a metaverse address.
+ *
* @namespace LocationBookmarks
*
* @hifi-client-entity
@@ -35,28 +38,35 @@ public:
static const QString HOME_BOOKMARK;
/**jsdoc
+ * Gets the metaverse address associated with a bookmark.
* @function LocationBookmarks.getAddress
- * @param {string} bookmarkName Name of the bookmark to get the address for.
- * @returns {string} The url for the specified bookmark. If the bookmark does not exist, the empty string will be returned.
+ * @param {string} bookmarkName - Name of the bookmark to get the metaverse address for (case sensitive).
+ * @returns {string} The metaverse address for the bookmark. If the bookmark does not exist, ""
is returned.
+ * @example