aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-05 11:07:07 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:15:39 +0100
commitfc95ed2b9900471922d93c963b263f1f506da167 (patch)
tree765f6a94e965ed47b0c0215a725f869e0619a611 /docs/Doxyfile
parent7d323a6adca97c130a0fc7c6299c75d581906edd (diff)
downloadComputeLibrary-fc95ed2b9900471922d93c963b263f1f506da167.tar.gz
COMPMID-415: New framework - base framework [1/5]
Change-Id: Icfbfb43321c3bbe6e2aa511dd03a613eed7734a5 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79760 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile8
1 files changed, 5 insertions, 3 deletions
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