Skip to content

Commit

Permalink
feat: #6
Browse files Browse the repository at this point in the history
  • Loading branch information
lanjun111 committed Jan 29, 2022
1 parent ac4e11e commit 3a2e212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import osp.leobert.android.davinci.State
/**
* short for DaVinCiState, expression for [State]
*/
@Terminal
@NotTerminal
internal class DState private constructor() : CommandExpression() {

private val states: MutableSet<State> by lazy { linkedSetOf() }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import osp.leobert.android.reporter.review.TODO

// shape:[ st:[reactangle] ]
// Rectangle(0), Oval(1), Line(2), Ring(3);
@Terminal
@NotTerminal
@TODO(desc = "text的内容应当交由上下文lookUp,")
internal class ShapeType private constructor() : CommandExpression() {

Expand Down

0 comments on commit 3a2e212

Please sign in to comment.