Add short documentation on every MRF Policy
[akkoma] / lib / pleroma / web / activity_pub / mrf / normalize_markup.ex
index c53cb1ad2ed39fc4f7745ac90f9f8f1704e2c609..9c87c69638b080149fa4eb76150e7a157df8ce2d 100644 (file)
@@ -1,4 +1,9 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.MRF.NormalizeMarkup do
+  @moduledoc "Scrub configured hypertext markup"
   alias Pleroma.HTML
 
   @behaviour Pleroma.Web.ActivityPub.MRF