Mix tasks: derive moduledoc from doc files
This commit is contained in:
parent
6baa037903
commit
e00403af23
7 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ defmodule Mix.Tasks.Pleroma.Database do
|
|||
use Mix.Task
|
||||
|
||||
@shortdoc "A collection of database related tasks"
|
||||
@moduledoc File.read!("docs/administration/CLI_tasks/database.md")
|
||||
|
||||
def run(["remove_embedded_objects" | args]) do
|
||||
{options, [], []} =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue