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.I18n do
|
||||
@moduledoc false
|
||||
@moduledoc """
|
||||
Internationalization helpers for supported languages, locale resolution, and flag emoji mapping.
|
||||
"""
|
||||
|
||||
@supported_languages [
|
||||
%{code: "en", flag: "GB"},
|
||||
|
||||
Reference in New Issue
Block a user