aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorSheri Zhang <sheri.zhang@arm.com>2021-04-30 16:53:41 +0100
committerSang-Hoon Park <sang-hoon.park@arm.com>2021-05-05 09:40:36 +0000
commitd813bab10bb4fe954fa0e962e1402ed1377617da (patch)
tree6e107f6788fc7f396087e8efa29161bfeb2099cc /docs/Doxyfile
parent6124ce60b54eb5639ed19d46c79fce21cca2c83b (diff)
downloadComputeLibrary-d813bab10bb4fe954fa0e962e1402ed1377617da.tar.gz
Restructure documentation
The documentation has been restructured for better grouping and readability. Resolves: COMPMID-4198 Signed-off-by: Sheri Zhang <sheri.zhang@arm.com> Change-Id: I8c8bc77f0aab8d63f1659f2235dbab634422a68c Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5568 Tested-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile26
1 files changed, 15 insertions, 11 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 6fb5de7020..5a76c0538f 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -687,7 +687,7 @@ FILE_VERSION_FILTER =
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.
-LAYOUT_FILE =
+LAYOUT_FILE = ./docs/DoxygenLayout.xml
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
@@ -768,16 +768,20 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = ./docs/00_introduction.dox \
- ./docs/01_library.dox \
- ./docs/02_tests.dox \
- ./docs/03_scripts.dox \
- ./docs/04_adding_operator.dox \
- ./docs/05_contribution_guidelines.dox \
- ./docs/06_functions_list.dox \
- ./docs/07_errata.dox \
- ./docs/08_api.dox \
- ./docs/09_operators_list.dox \
+INPUT = ./docs/user_guide/introduction.dox \
+ ./docs/user_guide/how_to_build_and_run_examples.dox \
+ ./docs/user_guide/library.dox \
+ ./docs/user_guide/programming_model.dox \
+ ./docs/user_guide/api.dox \
+ ./docs/user_guide/data_type.dox \
+ ./docs/user_guide/data_layout.dox \
+ ./docs/user_guide/tests.dox \
+ ./docs/user_guide/advanced.dox \
+ ./docs/user_guide/release_version_and_change_log.dox \
+ ./docs/user_guide/errata.dox \
+ ./docs/contributor_guide/contribution_guidelines.dox \
+ ./docs/contributor_guide/adding_operator.dox \
+ ./docs/contributor_guide/implementation_topics.dox \
./docs/ComputeLibrary.dir \
./arm_compute/ \
./src/ \