Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Python syntax error in doxygen markdown preprocessor
CodeQL was complaining that it couldn't scan our Python code for the invalid use of `**`. Python does not support repeat unpacking in that way, so use a list instead of a dict.
- Loading branch information