Skip to content

Commit

Permalink
More Revise-friendly "README injection"
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jun 26, 2019
1 parent 3c32c95 commit 780520b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/IndirectImports.jl
@@ -1,6 +1,8 @@
@doc read(joinpath(dirname(@__DIR__), "README.md"), String) ->
module IndirectImports

# Use README as the docstring of the module:
@doc read(joinpath(dirname(@__DIR__), "README.md"), String) IndirectImports

export @indirect

using MacroTools
Expand Down

0 comments on commit 780520b

Please sign in to comment.