From: Martin Ling Date: Sun, 25 Oct 2015 02:07:35 +0000 (+0000) Subject: C++: Include enum classes when generating documentation. X-Git-Tag: libsigrok-0.4.0~161 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=0bcdeb90c4d689a8d51797c266c76946619f482e C++: Include enum classes when generating documentation. --- diff --git a/bindings/cxx/Doxyfile b/bindings/cxx/Doxyfile index 73e86538..8008db2f 100644 --- a/bindings/cxx/Doxyfile +++ b/bindings/cxx/Doxyfile @@ -743,7 +743,8 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = include/libsigrokcxx/libsigrokcxx.hpp +INPUT = include/libsigrokcxx/libsigrokcxx.hpp \ + include/libsigrokcxx/enums.hpp # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses