From 66d2621815c82b732d1537ee353cb13255f2132c Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Thu, 11 Feb 2016 16:57:03 +0100 Subject: [PATCH] Include samples and tests to doxygen documentation refs #594 --- docs/Doxyfile.qmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index 759c408d6..43934b573 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -764,7 +764,10 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = $(DOXY_SRC_ROOT)/src +INPUT = $(DOXY_SRC_ROOT)/src \ + $(DOXY_SRC_ROOT)/docs/src \ + $(DOXY_SRC_ROOT)/samples \ + $(DOXY_SRC_ROOT)/tests # 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