From: Mark Felder <feld@FreeBSD.org>
Date: Fri, 10 Jul 2020 22:07:28 +0000 (-0500)
Subject: Add a moduledoc
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9e4567267443b801ab2f4f58f3897b2834387a80;p=akkoma

Add a moduledoc
---

diff --git a/lib/pleroma/upload/filter/exiftool.ex b/lib/pleroma/upload/filter/exiftool.ex
index 833d8cab4..eb199709a 100644
--- a/lib/pleroma/upload/filter/exiftool.ex
+++ b/lib/pleroma/upload/filter/exiftool.ex
@@ -3,6 +3,10 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Upload.Filter.Exiftool do
+  @moduledoc """
+  Strips GPS related EXIF tags and overwrites the file in place.
+  Also strips or replaces filesystem metadata e.g., timestamps.
+  """
   @behaviour Pleroma.Upload.Filter
 
   @type conversion :: action :: String.t() | {action :: String.t(), opts :: String.t()}