From fc95ed2b9900471922d93c963b263f1f506da167 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Wed, 5 Jul 2017 11:07:07 +0100 Subject: COMPMID-415: New framework - base framework [1/5] Change-Id: Icfbfb43321c3bbe6e2aa511dd03a613eed7734a5 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79760 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- docs/Doxyfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/Doxyfile b/docs/Doxyfile index 4a8815572b..31181364c8 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -776,8 +776,10 @@ INPUT = ./docs/00_introduction.dox \ ./scripts/ \ ./src/core/CL/cl_kernels/ \ ./examples/ \ + ./framework/ \ ./tests/ \ - ./utils/ + ./utils/ \ + ./support/ # 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 @@ -1056,7 +1058,7 @@ VERBATIM_HEADERS = YES # compiled with the --with-libclang option. # The default value is: NO. -#CLANG_ASSISTED_PARSING = NO +CLANG_ASSISTED_PARSING = YES # If clang assisted parsing is enabled you can provide the compiler with command # line options that you would normally use when invoking the compiler. Note that @@ -1064,7 +1066,7 @@ VERBATIM_HEADERS = YES # specified with INPUT and INCLUDE_PATH. # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. -#CLANG_OPTIONS = +CLANG_OPTIONS = -std=c++11 #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index -- cgit v1.2.1