aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-10 15:01:25 +0000
committerNikhil Raj Arm <nikhil.raj@arm.com>2021-11-11 17:38:25 +0000
commit608c8366c0979a14607ec77d06771d6c994332b2 (patch)
tree32a492099a99c7033b92d6728f18f032028500c6 /docs/Doxyfile
parentf596ad0ee83e23b3c6ad80a574be4fe7bdd4826e (diff)
downloadarmnn-608c8366c0979a14607ec77d06771d6c994332b2.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 \