Skip to content

Commit

Permalink
logpoint_api: add moduledoc (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel committed May 29, 2024
1 parent a03ad82 commit 4f80e0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/logpoint_api.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
defmodule LogpointApi do
@moduledoc false
@moduledoc """
This module provides an implementation of the Logpoint API.
"""

alias LogpointApi.SearchApi.Query
alias LogpointApi.SearchApi
Expand Down

0 comments on commit 4f80e0a

Please sign in to comment.