Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkeller34 committed Aug 26, 2017
1 parent eb1d82d commit 6de90f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lcdfonts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ function characters_demo(save_path = joinpath(homedir(),"Desktop","characters.gd
end

"""
characters_demo(save_path = joinpath(homedir(),"Desktop","referenced_characters.gds"))
referenced_characters_demo(save_path = joinpath(homedir(),"Desktop","referenced_characters.gds");
verbose_override = false)
Demo script for demonstrating the memory saving ability of keeping CellReferences for
previously used characters in `lcdstring!()`. Nothing is printed if `verbose_override` is `true`.
"""
Expand Down

0 comments on commit 6de90f5

Please sign in to comment.