From 0bcdeb90c4d689a8d51797c266c76946619f482e Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Sun, 25 Oct 2015 02:07:35 +0000 Subject: [PATCH] C++: Include enum classes when generating documentation. --- bindings/cxx/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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