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 running make doc, markdown tutorials under the tutorials folder are turned into HTML under the doxygen/html folder. It would be nice to also copy images from that directory so that they can be uploaded together with the generated HTML to the same server.
Motivation
Using images in tutorials is very important.
Describe alternatives you've considered
It's already possible to use HTML directly in tutorials and pass full URLs that point to other sites. However, this means that the generated documentation is not self-contained.
The text was updated successfully, but these errors were encountered:
This is already supported by using doxygen's @image. All the library needs to do is a CMake command like this to copy the images to the doxygen folder:
Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).
Summary
When running
make doc
, markdown tutorials under thetutorials
folder are turned into HTML under thedoxygen/html
folder. It would be nice to also copy images from that directory so that they can be uploaded together with the generated HTML to the same server.Motivation
Using images in tutorials is very important.
Describe alternatives you've considered
It's already possible to use HTML directly in tutorials and pass full URLs that point to other sites. However, this means that the generated documentation is not self-contained.
The text was updated successfully, but these errors were encountered: