fix: add @moduledoc to all public modules (CSM-018)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
defmodule BDS.Publishing do
|
||||
@moduledoc false
|
||||
@moduledoc """
|
||||
GenServer that manages site upload jobs, coordinating file transfers to
|
||||
configured hosting destinations and tracking progress via the task system.
|
||||
"""
|
||||
|
||||
use GenServer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user