summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorElisey Zamakhov <EZamakhov@luxoft.com>2016-08-10 18:16:48 +0300
committerElisey Zamakhov <EZamakhov@luxoft.com>2016-11-22 18:07:02 +0200
commit834e30170b5a313867efb09b192e6c57ba6499c5 (patch)
treefe1be7993d17df4daa5bf1f4bb7b61bd61e36f47 /Doxyfile
parente5f68137747a4bc776ca2c925bd356aecdbc7fe6 (diff)
downloadsdl_core-834e30170b5a313867efb09b192e6c57ba6499c5.tar.gz
Add Main page and SDD template
Related issue: APPLINK-25051
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index 5048f1e71a..6230d656ff 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -58,7 +58,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
-OUTPUT_DIRECTORY = doc
+OUTPUT_DIRECTORY = docs
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
@@ -574,7 +574,7 @@ SORT_BRIEF_DOCS = NO
# detailed member documentation.
# The default value is: NO.
-SORT_MEMBERS_CTORS_1ST = NO
+SORT_MEMBERS_CTORS_1ST = YES
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
# of group names into alphabetical order. If set to NO the group names will
@@ -768,7 +768,9 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = ./
+INPUT = docs/ \
+ src/components \
+ src/appMain
# 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
@@ -836,6 +838,8 @@ RECURSIVE = YES
# run.
EXCLUDE = **/CMakeLists.txt \
+ docs/software_detailed_design_template.dox \
+ src/components/test_main.cc
src/thirdPartyLibs \
tools/FlexeLint \
tools/OtrosLogViewer \
@@ -857,7 +861,7 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = */test/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the