]> sigrok.org Git - libsigrok.git/commitdiff
C++: Include enum classes when generating documentation.
authorMartin Ling <redacted>
Sun, 25 Oct 2015 02:07:35 +0000 (02:07 +0000)
committerDaniel Elstner <redacted>
Mon, 26 Oct 2015 06:17:01 +0000 (07:17 +0100)
bindings/cxx/Doxyfile

index 73e865387b0fb1f382210170bfc642bb7d0e01b0..8008db2fba1e9fe7199e631b38649e84cb59c5c7 100644 (file)
@@ -743,7 +743,8 @@ WARN_LOGFILE           =
 # spaces.
 # Note: If this tag is empty the current directory is searched.
 
 # 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
 
 # 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