Skip to content

Commit

Permalink
fix missing doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Apr 18, 2024
1 parent ea37b1b commit ff4ab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fancy_demo/fancy.ash
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import void Fancify(this Button*, Fancy9Piece* normal, Fancy9Piece* mouse_over =
import void UnFancify(this Button*);

builtin managed struct Fancy {
// allows adding a global alias to a tag-value. Ex: AddAlias("red", 63488) allows using [c:red] instead of [c:63488].
/// allows adding a global alias to a tag-value. Ex: AddAlias("red", 63488) allows using [c:red] instead of [c:63488].
import static void AddAlias(String key, int value);
};

Expand Down

0 comments on commit ff4ab80

Please sign in to comment.