Browse Source

Add a docstring to the module.

pull/81/head
Fredrik Ekre 6 years ago
parent
commit
e00be10227
  1. 6
      src/Literate.jl

6
src/Literate.jl

@ -1,3 +1,9 @@
"""
Literate
Julia package for Literate Programming. See
https://fredrikekre.github.io/Literate.jl/ for documentation.
"""
module Literate module Literate
import JSON, REPL import JSON, REPL

Loading…
Cancel
Save