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
bug_792690 Spaces MAKEINDEX_CMD_NAME don't work the same as other config options
The PDF generation in doxygen uses a 2 stage process:
- generate the tex files
- build (outside of doxygen!) the PDF file by means of the supplied `Makefile` / `make.bat`
this is another way than it happens for e.g. generating images where the external process is directly called from within doxygen, and here the path is quoted by doxygen (see `Portable::system) when necessary.
This discrepancy has been fixed.
0 commit comments