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,7 @@
|
||||
defmodule BDS.Settings do
|
||||
@moduledoc false
|
||||
@moduledoc """
|
||||
Persistence layer for global application settings stored as key-value pairs in the database.
|
||||
"""
|
||||
|
||||
alias BDS.Persistence
|
||||
alias BDS.Repo
|
||||
|
||||
Reference in New Issue
Block a user