C++: Include enum classes when generating documentation.
This commit is contained in:
parent
ace872d529
commit
0bcdeb90c4
|
@ -743,7 +743,8 @@ WARN_LOGFILE =
|
||||||
# spaces.
|
# spaces.
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# 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
|
# 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
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
|
Loading…
Reference in New Issue