Add module documentation for RDF.Sigils
This commit is contained in:
parent
93a8a2c40b
commit
b489b2de0f
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
defmodule RDF.Sigils do
|
||||
@moduledoc """
|
||||
Sigils for the most common types of RDF nodes.
|
||||
"""
|
||||
|
||||
|
||||
@doc ~S"""
|
||||
Handles the sigil `~I` for IRIs.
|
||||
|
|
Loading…
Reference in a new issue