Change #265551
| Category | doxygen |
| Changed by | Sandbox User <sandbox@localhost> |
| Changed at | Mon 09 Mar 2026 18:15:08 |
| Repository | https://github.com/doxygen/doxygen.git |
| Project | doxygen |
| Branch | master |
| Revision | 70cd2ae4048269e6416c444d62c41b72b6e841ca |
Comments
Rename file.dot.format -> file.format after dot -O invocation graphviz -O appends the format extension to the full input filename (including .dot) on some versions, producing graph.dot.svg instead of graph.svg. Rename the output if needed so the rest of doxygen finds the expected path. Applied after both the batch run and the PDF re-run. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Changed files
- src/dotrunner.cpp