aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-08-17 13:50:08 +0100
committerNikhil Raj <nikhil.raj@arm.com>2021-08-20 11:14:02 +0100
commit3309c339b20aaeb29157576a620c4f38ee98730c (patch)
treebb118acb596a6b3366f4acb9968ebb3f5bf4fb2d /docs/Doxyfile
parent4914d0c1f4cbb01fe276a7093af4cff13270b74a (diff)
downloadarmnn-3309c339b20aaeb29157576a620c4f38ee98730c.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