Merge branch 'docs/kyclos' into 'develop'
[akkoma] / lib / pleroma / docs / generator.ex
index 6b12dcdd9901558d350f8e0abad086e87309510d..e0fc8cd02144de31766dbb22a204d1e53e7aa5d3 100644 (file)
@@ -13,7 +13,7 @@ defmodule Pleroma.Docs.Generator do
       |> Enum.filter(&String.ends_with?(&1, ".ex"))
       |> Enum.map(fn filename ->
         module = filename |> String.trim_trailing(".ex") |> Macro.camelize()
-        String.to_existing_atom(start <> module)
+        String.to_atom(start <> module)
       end)
     end
   end