The Makefile now makes sure the 'x' bit of Doxyfile.filter is set before calling doxygen

This commit is contained in:
Klaus Schmidinger
2020-12-31 11:15:11 +01:00
parent 55b237dbe8
commit c46fd1ff5b
2 changed files with 5 additions and 2 deletions

View File

@@ -9569,6 +9569,8 @@ Video Disk Recorder Revision History
- Events in the past are no longer marked as having a timer in the Schedules
menu.
2020-12-29:
2020-12-31:
- Fixed strreplace() to handle NULL strings (reported by J<>rgen Schneider).
- Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the
Makefile now makes sure it is set before calling doxygen.