Add module documentation for RDF.Sigils

This commit is contained in:
Marcel Otto 2017-06-16 18:45:52 +02:00
parent 93a8a2c40b
commit b489b2de0f

View file

@ -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.