summaryrefslogtreecommitdiffstats
path: root/docs/Doxyfile.in
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-04-30 20:51:38 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-04-30 20:51:38 (GMT)
commit6e1d8d25d4e7b65ca67b5d5c529ba0bedb81feb9 (patch)
treeef48948b05c1947d10ed40cb7844f0cb6d6eb86e /docs/Doxyfile.in
parent8015ce2701862e6977fe12cde839a35ddb4c32e5 (diff)
downloaduscxml-6e1d8d25d4e7b65ca67b5d5c529ba0bedb81feb9.zip
uscxml-6e1d8d25d4e7b65ca67b5d5c529ba0bedb81feb9.tar.gz
uscxml-6e1d8d25d4e7b65ca67b5d5c529ba0bedb81feb9.tar.bz2
Optimized ANSI-C transformation
Diffstat (limited to 'docs/Doxyfile.in')
-rw-r--r--docs/Doxyfile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in
index 7a79a1d..0bc2865 100644
--- a/docs/Doxyfile.in
+++ b/docs/Doxyfile.in
@@ -771,7 +771,8 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
INPUT = @PROJECT_SOURCE_DIR@/docs \
- @PROJECT_SOURCE_DIR@/src/uscxml
+ @PROJECT_SOURCE_DIR@/src/uscxml \
+ @PROJECT_SOURCE_DIR@/apps
# 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
@@ -799,7 +800,8 @@ FILE_PATTERNS = *.c \
*.md \
*.mm \
*.dox \
- *.vhdl
+ *.vhdl \
+ *.scxml
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
@@ -847,7 +849,8 @@ EXCLUDE_SYMBOLS =
# that contain example code fragments that are included (see the \include
# command).
-EXAMPLE_PATH = @PROJECT_SOURCE_DIR@/test/src/
+EXAMPLE_PATH = @PROJECT_SOURCE_DIR@/test/src/ \
+ @PROJECT_SOURCE_DIR@/apps/
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and