Skip to content

Commit 9ba6fe2

Browse files
committed
docs: hide internal helper modules from public API
1 parent f9fa7c5 commit 9ba6fe2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/chunx/chunker/semantic/sentences.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
defmodule Chunx.Chunker.Semantic.Sentences do
2-
@moduledoc """
3-
Handles sentence preparation and processing for semantic chunking.
4-
"""
2+
@moduledoc false
53

64
alias Chunx.Chunk
75

lib/chunx/helper.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
defmodule Chunx.Helper do
2-
@moduledoc """
2+
@moduledoc false
3+
4+
@doc """
35
Provides math and statistic helper functions for array analysis.
46
"""
57
@spec median([number()]) :: number()

0 commit comments

Comments
 (0)