You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when referencing multiple time a "local" image from a repository, the generated typedoc should properly includes a link or a copy to the same image in all referenced documentation point.
Actual Behavior
Typedoc will copy the image under the destination folder renaming the file to imagename-[x]ext, and properly setting the link to the copied image for one of the reference, but letting the original imagename.ext filename for the other one.
Steps to reproduce the bug
here is an example where both use the same source image :
Search terms
img src invalid link
Expected Behavior
when referencing multiple time a "local" image from a repository, the generated typedoc should properly includes a link or a copy to the same image in all referenced documentation point.
Actual Behavior
Typedoc will copy the image under the destination folder renaming the file to
imagename-[x]ext
, and properly setting the link to the copied image for one of the reference, but letting the originalimagename.ext
filename for the other one.Steps to reproduce the bug
here is an example where both use the same source image :
Link to our repo : https://github.com/melonjs/melonJS
tsconfig.json
tsconfig.base.json
Environment
The text was updated successfully, but these errors were encountered: