Skip to content

Commit

Permalink
string_decoder, doc: add the lost desc (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngot authored and xicilion committed Aug 30, 2017
1 parent a459d4f commit 4287d0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions idl/us-en/StringDecoder.idl
@@ -1,3 +1,6 @@

/*! @brief Stream decode Object
*/
interface StringDecoder : object
{
/*! @brief decoder object constructor
Expand Down
3 changes: 3 additions & 0 deletions idl/zh-cn/StringDecoder.idl
@@ -1,3 +1,6 @@

/*! @brief 流解码对象
*/
interface StringDecoder : object
{
/*! @brief 解码器构造函数
Expand Down

0 comments on commit 4287d0d

Please sign in to comment.