diff options
author | SiCong Li <sicong.li@arm.com> | 2019-11-21 18:22:38 +0000 |
---|---|---|
committer | SiCong Li <sicong.li@arm.com> | 2019-11-25 15:56:47 +0000 |
commit | 6d8b94ac6864dfd7ad38bc110006bdca5ee0f266 (patch) | |
tree | 9535e9a8853e0cc4c0691ec7099efae4e6b539b6 /docs/Doxyfile | |
parent | b71d224ef2629f7bc7ea70be258a2f11a10600b7 (diff) | |
download | armcl-6d8b94ac6864dfd7ad38bc110006bdca5ee0f266.tar.gz armcl-6d8b94ac6864dfd7ad38bc110006bdca5ee0f266.tar.bz2 armcl-6d8b94ac6864dfd7ad38bc110006bdca5ee0f266.zip |
COMPMID-2905 Add Errata section for the previous CLRuntimeContext hang
issue
Add the errata section to Doxygen, and provide pointer in README
Signed-off-by: SiCong Li <sicong.li@arm.com>
Change-Id: I30cd29892cea49ffa5c80370bc91ccd3407f5d26
Reviewed-on: https://review.mlplatform.org/c/2350
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r-- | docs/Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 36ef2bca5..835aa00a0 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -775,6 +775,7 @@ INPUT = ./docs/00_introduction.dox \ ./docs/04_adding_operator.dox \ ./docs/05_contribution_guidelines.dox \ ./docs/06_functions_list.dox \ + ./docs/07_errata.dox \ ./arm_compute/ \ ./src/ \ ./examples/ \ |