doc: fixed include path for input directories

Change-Id: Iec71dd19a676bd6a9349a386990034fc7ddd2f85
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-02-09 18:57:11 -05:00 committed by Gerrit Code Review
commit 3f123c6b6e

View file

@ -98,8 +98,8 @@ WARN_LOGFILE =
# Configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = \
include/\
lib/libc/minimal/include/\
include/ \
lib/libc/minimal/include/
INPUT_ENCODING = UTF-8
FILE_PATTERNS = "*.c" "*.h" "*.S"
RECURSIVE = YES