Skip to content

Commit

Permalink
Doc comment for Keyboard.GetKeyboardItems
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Dec 9, 2016
1 parent a8c9ef8 commit 695343c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboard/src/modules/Keyboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,7 @@ def Selection
end

# Return item list of keyboard items, sorted according to current language
# @return [Array<Term>] Item(Id(...), String name, Boolean selected)
def GetKeyboardItems
ret = Builtins.maplist(Selection()) do |code, name|
Item(Id(code), name, @current_kbd == code)
Expand Down

0 comments on commit 695343c

Please sign in to comment.