Merge branch 'develop' into update-oauth-template
[akkoma] / lib / pleroma / web / activity_pub / mrf / normalize_markup.ex
index 6cfd43974629d5b96fd692eef616fed533d67286..9c87c69638b080149fa4eb76150e7a157df8ce2d 100644 (file)
@@ -1,8 +1,9 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# 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