Improve comments

This commit is contained in:
Ming Ming 2021-10-19 03:45:22 +08:00
parent afa40e02f8
commit 0a04d2da7d

View file

@ -537,6 +537,9 @@ class _OcsFilesSharingShares {
/// Get Shares from a specific file or folder /// Get Shares from a specific file or folder
/// ///
/// If [sharedWithMe] is not null, [subfiles] and [path] are ignored. This is
/// a limitation of the server API.
///
/// See: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html#get-shares-from-a-specific-file-or-folder /// See: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html#get-shares-from-a-specific-file-or-folder
/// See: https://doc.owncloud.com/server/latest/developer_manual/core/apis/ocs-share-api.html#get-all-shares /// See: https://doc.owncloud.com/server/latest/developer_manual/core/apis/ocs-share-api.html#get-all-shares
Future<Response> get({ Future<Response> get({