Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shiryel committed Aug 28, 2024
1 parent ee44d7c commit b887771
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alias Rayex.{Audio, Core, Models, Shapes, Structs, Text, Textures}
alias Rayex.{Audio, Core, Models, Shapes, Structs, Text, Textures, Keys}

[
main: "readme",
Expand All @@ -18,7 +18,8 @@ alias Rayex.{Audio, Core, Models, Shapes, Structs, Text, Textures}
Textures,
Text,
Models,
Audio
Audio,
Keys
],
Structs: [
Structs.AudioStream,
Expand Down
4 changes: 3 additions & 1 deletion lib/rayex/keys.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
defmodule Rayex.Keys do
@moduledoc false
@moduledoc """
Keys helper functions
"""

defmacro __using__(_) do
quote do
Expand Down

0 comments on commit b887771

Please sign in to comment.