Skip to content

Commit 3880fd1

Browse files
committed
Escape doc string
1 parent c18973b commit 3880fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ex_doc.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defmodule ExDoc do
2-
@moduledoc """
2+
@moduledoc ~S"""
33
ExDoc is a tool to generate documentation for Erlang and Elixir projects.
44
55
By default it generates HTML, Markdown, and EPUB documents.

0 commit comments

Comments
 (0)