Full refactor/better docs

This commit is contained in:
2026-02-01 04:09:42 +01:00
parent 008a8cea98
commit 0b60404558
76 changed files with 1566 additions and 767 deletions

View File

@@ -0,0 +1,18 @@
defmodule PhorcyApiEx do
@moduledoc """
Documentation for `PhorcyApiEx`.
"""
@doc """
Hello world.
## Examples
iex> PhorcyApiEx.hello()
:world
"""
def hello do
:world
end
end