Skip to content

Commit

Permalink
fixed TODO signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 13, 2021
1 parent 3a683e0 commit 94b89d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/library/Colors.nim
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ proc defineSymbols*() =
"balance" : ({Floating},"use different mix of color (0.0-1.0, default:0.5)")
},
returns = {ValueKind.Color},
# TODO(Color\blend) add documentation example
# TODO(Colors\blend) add documentation example
# labels: documentation,library,easy
example = """
""":
Expand All @@ -65,7 +65,7 @@ proc defineSymbols*() =
},
attrs = NoAttrs,
returns = {ValueKind.Color},
# TODO(Color\darken) add documentation example
# TODO(Colors\darken) add documentation example
# labels: documentation,library,easy
example = """
""":
Expand All @@ -85,7 +85,7 @@ proc defineSymbols*() =
},
attrs = NoAttrs,
returns = {ValueKind.Color},
# TODO(Color\desaturate) add documentation example
# TODO(Colors\desaturate) add documentation example
# labels: documentation,library,easy
example = """
""":
Expand All @@ -104,7 +104,7 @@ proc defineSymbols*() =
},
attrs = NoAttrs,
returns = {ValueKind.Color},
# TODO(Color\invert) add documentation example
# TODO(Colors\invert) add documentation example
# labels: documentation,library,easy
example = """
""":
Expand All @@ -124,7 +124,7 @@ proc defineSymbols*() =
},
attrs = NoAttrs,
returns = {ValueKind.Color},
# TODO(Color\lighten) add documentation example
# TODO(Colors\lighten) add documentation example
# labels: documentation,library,easy
example = """
""":
Expand All @@ -144,7 +144,7 @@ proc defineSymbols*() =
},
attrs = NoAttrs,
returns = {ValueKind.Color},
# TODO(Color\saturate) add documentation example
# TODO(Colors\saturate) add documentation example
# labels: documentation,library,easy
example = """
""":
Expand Down

0 comments on commit 94b89d9

Please sign in to comment.