Skip to content

Commit

Permalink
fix link generation in list of all codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Mar 18, 2024
1 parent 790b58d commit 3b62911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ typename(t) = string(t.name.name)
function hfun_allcodes()
io = IOBuffer()
for (codetype, metadata) in pairs(code_metadata)
codetype = typename(codetype)
decoders = typename.(metadata[:decoders])
setups = typename.(metadata[:setups])
description = Markdown.html(Markdown.parse(get(metadata, :description, "")))
Expand Down

0 comments on commit 3b62911

Please sign in to comment.