aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-08-17 13:50:08 +0100
committerMatthew Sloyan <matthew.sloyan@arm.com>2021-08-20 19:30:11 +0100
commit2650556a8f1bdc4ade0855df2b9c21d420b9dad2 (patch)
tree543352962dacaf73d191a5ec3aa769521085002d /docs/Doxyfile
parent8693a90772c7fcc8af6c39010981a184fbe13b57 (diff)
downloadarmnn-2650556a8f1bdc4ade0855df2b9c21d420b9dad2.tar.gz
Make samples visible in doxygen
* uses the @example doxygen command to add all our simple examples into an 'Examples' tab in the doxygen documentation Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: Ie8ae19ca471a0616eeea7f708d547388c8ee860e Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 16510041cf..3fc872eda2 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -840,7 +840,8 @@ INPUT = ./docs/01_00_software_tools.dox \
./InstallationViaAptRepository.md \
./ContributorGuide.md \
./BuildGuideAndroidNDK.md \
- ./BuildGuideCrossCompilation.md
+ ./BuildGuideCrossCompilation.md \
+ ./samples/examples.dox
# 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