Merge branch 'develop' into refactor/notification_settings
[akkoma] / lib / pleroma / docs / markdown.ex
index 68b10649955ab2ab4a7cfc4a6adee1c36b9611e3..da3f20f4341ae46b0cd29e10acd94e1092f081f5 100644 (file)
@@ -68,6 +68,11 @@ defmodule Pleroma.Docs.Markdown do
     IO.write(file, "  #{list_mark}`#{inspect(suggestion)}`\n")
   end
 
+  defp print_suggestions(file, {:list_behaviour_implementations, behaviour}) do
+    suggestions = Pleroma.Docs.Generator.list_behaviour_implementations(behaviour)
+    print_suggestions(file, suggestions)
+  end
+
   defp print_suggestions(_file, nil), do: nil
 
   defp print_suggestions(_file, ""), do: nil