Fix doc comments of api
This commit is contained in:
parent
68e413e5e2
commit
591bbdd3e6
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user