On Sat, Aug 8, 2020 at 12:06 PM Alexander Stein <alexander.stein@xxxxxxxxxxx> wrote: > > Hey, > this changeset improves the document generation by reducing warnings > as well as supporting building doc out of tree now. > > Alexander Stein (5): > doc: Fix doxygen warnings > doc: Use autotoolized Doxyfile > doc: Fix doxygen warning > doc: Remove obsolete PERL_PATH > doc: Add @file to headers > > .gitignore | 1 + > Doxyfile => Doxyfile.in | 8 ++++---- > Makefile.am | 4 +--- > bindings/cxx/gpiod.hpp | 6 +++++- > configure.ac | 1 + > include/gpiod.h | 30 +++++++++++++++++------------- > 6 files changed, 29 insertions(+), 21 deletions(-) > rename Doxyfile => Doxyfile.in (93%) > > -- > 2.28.0 > Thanks for sending those! I guess I don't see any of the warnings you mention because doxygen on my laptop is too old (1.8.13)? Bartosz