diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-05-06 04:47:04 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-05-06 04:53:12 +0200 |
commit | 69a5074893d050a9a3ce6d245f1aa05c385ea4fb (patch) | |
tree | 8c71afe6ffb76f5dcf7ed009f47412fd468115c5 /lib | |
parent | e41a2f98d5f061d263cf731b76a20851931e6e33 (diff) | |
download | pleroma-69a5074893d050a9a3ce6d245f1aa05c385ea4fb.tar.gz |
Remove H1 in @moduledoc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/object/containment.ex | 2 | ||||
-rw-r--r-- | lib/pleroma/upload.ex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/pleroma/object/containment.ex b/lib/pleroma/object/containment.ex index 25bd911fb..70325d6be 100644 --- a/lib/pleroma/object/containment.ex +++ b/lib/pleroma/object/containment.ex @@ -1,6 +1,6 @@ defmodule Pleroma.Object.Containment do @moduledoc """ - # Object Containment + help on getting the origin of contained objects This module contains some useful functions for containing objects to specific origins and determining those origins. They previously lived in the diff --git a/lib/pleroma/upload.ex b/lib/pleroma/upload.ex index f72334930..c47d65241 100644 --- a/lib/pleroma/upload.ex +++ b/lib/pleroma/upload.ex @@ -4,7 +4,7 @@ defmodule Pleroma.Upload do @moduledoc """ - # Upload + Manage user uploads Options: * `:type`: presets for activity type (defaults to Document) and size limits from app configuration |