Fix PR #70 feedback: API cleanup and URL fixes (#71) #4
Annotations
2 warnings
|
Documentation:
../../../.julia/packages/Documenter/xvqbW/src/html/HTMLWriter.jl#L2461
Unexpected Julia interpolation in the Markdown. This probably means that you have an
unbalanced or un-escaped $ in the text.
To write the dollar sign, escape it with `\$`
This is in file docs/src/reference.md, and we were given the value:
`ref` which is of type `Symbol`
|
|
Documentation:
../../../.julia/packages/Documenter/xvqbW/src/html/HTMLWriter.jl#L2461
Unexpected Julia interpolation in the Markdown. This probably means that you have an
unbalanced or un-escaped $ in the text.
To write the dollar sign, escape it with `\$`
This is in file docs/src/reference.md, and we were given the value:
`defs` which is of type `Symbol`
|