Merge pull request #1593 from jpascualsana/patch-1

Add @brief and [out] missing parameter #1591
This commit is contained in:
G10h4ck 2019-07-02 20:31:03 +02:00 committed by GitHub
commit bf461c5f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,7 +208,7 @@ public:
virtual ~RsFiles() {}
/**
* Provides file data for the gui, media streaming or rpc clients.
* @brief Provides file data for the gui, media streaming or rpc clients.
* It may return unverified chunks. This allows streaming without having to
* wait for hashes or completion of the file.
* This function returns an unspecified amount of bytes. Either as much data
@ -224,7 +224,7 @@ public:
* @param[in] offset where the desired block starts
* @param[inout] requested_size size of pre-allocated data. Will be updated
* by the function.
* @param data pre-allocated memory chunk of size 'requested_size' by the
* @param[out] data pre-allocated memory chunk of size 'requested_size' by the
* client
* @return Returns false in case
* - the files is not available on the local node