Change #265555
| Category | doxygen |
| Changed by | Sandbox User <sandbox@localhost> |
| Changed at | Mon 09 Mar 2026 21:18:17 |
| Repository | https://github.com/doxygen/doxygen.git |
| Project | doxygen |
| Branch | master |
| Revision | 8b33c35f5adc1fd08f34fa5a11490788d09a71bc |
Comments
Emit baseName.dot in includegraphics so LaTeX resolves baseName.dot.pdf
dot -O produces file.dot.pdf; LaTeX appends its own extension list (.pdf
etc.) to the includegraphics argument, so {baseName.dot} resolves to
baseName.dot.pdf correctly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Changed files
- src/dotfilepatcher.cpp