aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-10 15:01:25 +0000
committerDavid Monahan <David.Monahan@arm.com>2021-11-12 09:46:13 +0000
commit45c250a5d6e1669d2670282a55b48b3d727e381b (patch)
tree32a492099a99c7033b92d6728f18f032028500c6 /docs/Doxyfile
parentb5231d41327c4d6866bc04909603dc0842b44971 (diff)
downloadarmnn-45c250a5d6e1669d2670282a55b48b3d727e381b.tar.gz
Remove use guide section from doxygen
* This guide has now been moved to the Quick Start section in doxygen Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I758915c43f0e9e116f7308482db34d560d7ba0d9
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 1ddb3e3f08..43fd269621 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -817,12 +817,11 @@ 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/04_contributor.dox \
+ ./docs/05_00_software_components.dox \
+ ./docs/05_01_parsers.dox \
+ ./docs/05_02_deserializer_serializer.dox \
+ ./docs/05_03_delegate.dox \
./docs/FAQ.md \
./tests/ImageCSVFileGenerator/README.md \
./tests/ImageTensorGenerator/README.md \