]> sigrok.org Git - libsigrok.git/commit
build: unbreak C++ binding compilation with newer Doxygen (1.8.16)
authorGerhard Sittig <redacted>
Sun, 6 Oct 2019 08:08:09 +0000 (10:08 +0200)
committerGerhard Sittig <redacted>
Sun, 6 Oct 2019 08:08:09 +0000 (10:08 +0200)
commit2da97803e653b814db3a42b3b749953368932cb6
tree34fd48853d16a84e12a13a48704b82c427d3bcbd
parent1656cd4a4a967cd007675bdae3b780f58fe38619
build: unbreak C++ binding compilation with newer Doxygen (1.8.16)

Doxygen version 1.8.16 introduced an issue which breaks the compilation
of sigrok's C++ binding (https://github.com/doxygen/doxygen/issues/7190).
Don't set the FILE_PATTERNS variable at all, instead of assigning an
empty value. This resolves bug #1422.
Doxyfile