From cb7d67c70d6317c7c32de99fff0699fe27d361c6 Mon Sep 17 00:00:00 2001 From: rifki sadikin Date: Thu, 8 Nov 2018 16:27:26 +0700 Subject: [PATCH] change Doxyfile.in --- docs/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index ec9cf42..948ec83 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -732,7 +732,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = @CMAKE_CURRENT_SOURCE_DIR@/gpuapp @CMAKE_CURRENT_SOURCE_DIR@/gpulib +INPUT = @CMAKE_CURRENT_SOURCE_DIR@/interface @CMAKE_CURRENT_SOURCE_DIR@/kernel @CMAKE_CURRENT_SOURCE_DIR@/example # 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 @@ -752,7 +752,7 @@ INPUT_ENCODING = UTF-8 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, # *.qsf, *.as and *.js. -FILE_PATTERNS = *.cu *.cpp *.h +FILE_PATTERNS = *.cu *.cpp *.h *.cxx # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. # The default value is: NO.