Skip to content

Commit b650ec2

Browse files
committed
Remove moduledoc from non-public module
1 parent a38967b commit b650ec2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

lib/bundlex/lsp/config.ex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
defmodule Bundlex.LSP.Config do
2-
@moduledoc """
3-
Generates LSP configuration files (compile_commands.json, compile_flags.txt)
4-
for C/C++ code analysis tools like clangd.
5-
"""
2+
@moduledoc false
3+
# Generates LSP configuration files (compile_commands.json, compile_flags.txt)
4+
# for C/C++ code analysis tools like clangd.
65

76
alias Bundlex.Output
87

0 commit comments

Comments
 (0)