summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorElisey Zamakhov <EZamakhov@luxoft.com>2016-08-10 19:58:20 +0300
committerElisey Zamakhov <EZamakhov@luxoft.com>2016-11-22 18:07:02 +0200
commitffcfa9b3dcf04b92d011051ff09b5a5f43f58c79 (patch)
treec704b8bc3e1d62dcf05350b4dab7f0dbba03cb4b /Doxyfile
parent834e30170b5a313867efb09b192e6c57ba6499c5 (diff)
downloadsdl_core-ffcfa9b3dcf04b92d011051ff09b5a5f43f58c79.tar.gz
Add Security Manager SDD example
Copied the current SDD information and diagrams Related issue: APPLINK-25051
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 6230d656ff..0b46c939b6 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -838,7 +838,7 @@ RECURSIVE = YES
# run.
EXCLUDE = **/CMakeLists.txt \
- docs/software_detailed_design_template.dox \
+ docs/FORD.OpenSDL.SDD.TPL.dox
src/components/test_main.cc
src/thirdPartyLibs \
tools/FlexeLint \
@@ -898,7 +898,8 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).
-IMAGE_PATH =
+IMAGE_PATH = \
+ src/components/security_manager/docs/assets
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program