diff options
author | albert-github <albert.tests@gmail.com> | 2020-06-13 13:05:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-13 13:05:45 (GMT) |
commit | 22d8ffd11ad8b864941ba73f2161622d693f4f49 (patch) | |
tree | 024c11d992b87d6abd4ecc3ca07e29d43321b916 /libversion | |
parent | 2aef0e0e4f91038b0b1d952efad0a3aba7d6a6cd (diff) | |
download | Doxygen-22d8ffd11ad8b864941ba73f2161622d693f4f49.zip Doxygen-22d8ffd11ad8b864941ba73f2161622d693f4f49.tar.gz Doxygen-22d8ffd11ad8b864941ba73f2161622d693f4f49.tar.bz2 |
Running doxygen tests with variable with spaces (#7819)
When having a run command like:
```
nmake tests TEST_FLAGS="--xhtml --keep --cfg GENERATE_HTMLHELP=YES --cfg HHC_LOCATION=\"c:\Program Files (x86)\HTML Help Workshop\hhc.exe\" --cfg HTML_FILE_EXTENSION=.html --cfg SEARCHENGINE=NO --id=1"
```
we get an error like
```
Not a doxygen configuration item, missing '=' sign: 'Files'.
```
this is due to the usage of the `split()` that does a brute force split on spaces.
Making the splitting a bit more intelligent:
- splitting on `--`
- splitting on space after "command"
Diffstat (limited to 'libversion')
0 files changed, 0 insertions, 0 deletions