Fix doc comments of api

This commit is contained in:
John Zhao 2018-06-12 10:46:39 +08:00
parent 68e413e5e2
commit 591bbdd3e6

View File

@ -246,12 +246,12 @@ class MYNTEYE_API API {
void DisableStreamData(const Stream &stream); void DisableStreamData(const Stream &stream);
/** /**
* Get the datas of stream. * Get the latest data of stream.
* @note default cache 4 datas at most.
*/ */
api::StreamData GetStreamData(const Stream &stream); api::StreamData GetStreamData(const Stream &stream);
/** /**
* Get the latest data of stream. * Get the datas of stream.
* @note default cache 4 datas at most.
*/ */
std::vector<api::StreamData> GetStreamDatas(const Stream &stream); std::vector<api::StreamData> GetStreamDatas(const Stream &stream);