Skip to content

Commit

Permalink
Fix bug and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Dec 18, 2024
1 parent d991f0b commit a19f5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DocstringAsImage"
uuid = "cb150ec3-d779-4cdb-98dd-b48d53cba988"
authors = ["SatoshiTerasaki <[email protected]>"]
version = "0.0.2"
version = "0.0.3"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand Down
2 changes: 1 addition & 1 deletion src/DocstringAsImage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ macro imgdoc(s::Symbol)
docstr = if $(obj) isa Module
local m = $(obj)
if Docs.hasdoc(m, nameof(m))
Doc.doc(m)
imgdoc(Docs.doc(m))
else
r = REPL.find_readme(m)
if isnothing(r)
Expand Down

0 comments on commit a19f5e8

Please sign in to comment.