summaryrefslogtreecommitdiff
path: root/test cases/frameworks/14 doxygen/meson.build
AgeCommit message (Collapse)Author
2023-03-26tests: fix critical existence failure of doxygen testEli Schwartz
It was totally subproject-unsafe, and setting a super bad example. This is bad, because doxygen is annoying to get right and we occasionally tell people to go use our example test case. There is a fun nuance here, that makes doxygen unpredictably work on some versions, and fail on others. Specifically, values must be quoted in doxygen 1.8, but not in doxygen 1.9, or they break -- but only if the output directory contains spaces. This was "fixed" in commit https://github.com/doxygen/doxygen/commit/ef91bacb7a69bbf7bccb4a864698cc003aabac66 which actually caused it to act like an unquoted OUTPUT_DIRECTORY is not provided at all, and then fixed for real in commit https://github.com/doxygen/doxygen/commit/eb3d1eb5ad85c94d6f2c32934fce2b8630331d6c For portability, it is necessary to quote this just to be on the safe side. Fixes #11579
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2018-03-10Fix C++ code used for doxygen testAlex Hirsch
2017-08-22Do not use dot in doxygen even if it is installed so list of generated files ↵Jussi Pakkanen
is always the same.
2017-02-18Improved the Doxygen sample project.Jussi Pakkanen
2017-02-12Created doxygen sample project.Jussi Pakkanen