Tobias Leibner
Tobias Leibner
I noticed this in one of my documents, but it also seems to happen in your testsuite. See the [units test](https://github.com/ftilmann/latexdiff/blob/master/testsuite/units-diff-1.1.0.tex). Here, the lines ```latex \begin{displaymath} \unit[1.1 \times 10^{-3}]{km} \end{displaymath}...
When changing the `struct Point` example explaining `nested_formatter`-usage in the API reference to use dynamic precision, execution fails with an error ``` Execution build compiler returned: 0 Program returned: 139...
`doxygen` currently has `libclang` in version 12 statically linked in. Since clang 12 is already quite old, this leads to problems like https://github.com/doxygen/doxygen/issues/10733 when using clang-assisted parsing. In https://github.com/doxygen/doxygen/pull/10757 I...
**Describe the bug** When using clang-assisted parsing with a compilation database, C++20's `std::source_location` from the `source_location` header cannot be found, although it is available during normal compilation without doxygen. It...
## Expected Behavior Parameterized tests should work without warnings. ## Actual Behavior Parameterized tests result in warnings like ``` WARNING test 'types' for test suite 'global' already present ``` The...