aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-01-31 19:56:23 +0000
committerJan Eilers <jan.eilers@arm.com>2021-02-03 09:12:42 +0000
commit84f41eb74765bd93307f3c6b334354c486dc746d (patch)
tree886524a7ac9b7dedb0a4c2025d20492171be40d3 /docs/Doxyfile
parent31a7c890207f80afc866f706d797267d78d05a0d (diff)
downloadarmnn-84f41eb74765bd93307f3c6b334354c486dc746d.tar.gz
IVGCVSW-5605 Doxygen: Add contribution guide sections
* Adds a page for contribution guidelines (Uses md guide) * Adds a section for contribution guides (Uses md guide) * Minor beautification Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: Iafd7e3abf9da660ec21a215afada61a27ce928fc
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 09ad2327ff..a8a5b5cf13 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -819,7 +819,7 @@ INPUT = ./docs/01_00_software_tools.dox \
./docs/01_02_deserializer_serializer.dox \
./docs/02_build_guides.dox \
./docs/03_use_guides.dox \
- ./docs/04_backends.dox \
+ ./docs/04_contributor.dox \
./src/armnnQuantizer/README.md \
./src/armnnConverter/README.md \
./tests/ImageCSVFileGenerator/README.md \
@@ -828,13 +828,16 @@ INPUT = ./docs/01_00_software_tools.dox \
./python/pyarmnn/README.md \
./include/ \
./src/ \
+ ./src/backends/README.md \
+ ./src/dynamic/README.md \
./tests/ \
./delegate/include \
./delegate/src/armnn_external_delegate.cpp \
./delegate/BuildGuideNative.md \
./delegate/IntegrateDelegateIntoPython.md \
./README.md \
- ./docs/FAQ.md
+ ./docs/FAQ.md \
+ ./ContributorGuide.md
# 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