aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile20
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 3fc872eda2..1ddb3e3f08 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -813,14 +813,16 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
-INPUT = ./docs/01_00_software_tools.dox \
- ./docs/01_01_parsers.dox \
- ./docs/01_03_delegate.dox \
- ./docs/01_02_deserializer_serializer.dox \
- ./docs/02_build_guides.dox \
- ./docs/03_use_guides.dox \
- ./docs/04_contributor.dox \
- ./docs/05_operator_list.dox \
+INPUT = ./docs/01_00_quick_start.dox \
+ ./docs/01_01_delegate_start_guide.dox \
+ ./docs/02_operator_list.dox \
+ ./docs/03_build_guides.dox \
+ ./docs/04_use_guides.dox \
+ ./docs/05_contributor.dox \
+ ./docs/06_00_software_tools.dox \
+ ./docs/06_01_parsers.dox \
+ ./docs/06_02_deserializer_serializer.dox \
+ ./docs/06_03_delegate.dox \
./docs/FAQ.md \
./tests/ImageCSVFileGenerator/README.md \
./tests/ImageTensorGenerator/README.md \
@@ -835,7 +837,7 @@ INPUT = ./docs/01_00_software_tools.dox \
./delegate/include \
./delegate/src/armnn_external_delegate.cpp \
./delegate/BuildGuideNative.md \
- ./delegate/IntegrateDelegateIntoPython.md \
+ ./delegate/DelegateQuickStartGuide.md \
./README.md \
./InstallationViaAptRepository.md \
./ContributorGuide.md \