aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiCongLi <sicong.li@arm.com>2021-11-09 10:11:44 +0000
committerSiCong Li <sicong.li@arm.com>2021-11-09 10:31:55 +0000
commit071f1fc82e461cfd903ed122734e07d99cbf4340 (patch)
treeda05d29ab8846703e56bbff81a7ac85a3f41b556
parentf2c022e54ae65467cca4bc698b5b94e5b3c62c47 (diff)
downloadComputeLibrary-071f1fc82e461cfd903ed122734e07d99cbf4340.tar.gz
Fix Doxygen Layout
Remove User Guide and Contributor Guide dead links Signed-off-by: SiCongLi <sicong.li@arm.com> Change-Id: I9be979d0d50ca70989662f17d91bc5157dcf68e1 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6622 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--docs/DoxygenLayout.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/DoxygenLayout.xml b/docs/DoxygenLayout.xml
index b416b1cbcc..418886f886 100644
--- a/docs/DoxygenLayout.xml
+++ b/docs/DoxygenLayout.xml
@@ -3,7 +3,7 @@
<!-- Navigation index tabs for HTML output -->
<navindex>
<tab type="mainpage" url="@ref introduction" title="Introduction"/>
- <tab type="usergroup" title="User Guide" url="[none]">
+ <tab type="usergroup" title="User Guide">
<tab type="user" url="@ref how_to_build" title="How to Build and Run Examples"/>
<tab type="user" url="@ref architecture" title="Library Architecture"/>
<tab type="user" url="@ref data_type_support" title="Data Type Support"/>
@@ -14,7 +14,7 @@
<tab type="user" url="@ref versions_changelogs" title="Release Versions and Changelog"/>
<tab type="user" url="@ref errata" title="Errata"/>
</tab>
- <tab type="usergroup" title="Contributor Guide" url="[none]">
+ <tab type="usergroup" title="Contributor Guide">
<tab type="user" url="@ref contribution_guidelines" title="Contribution Guidelines"/>
<tab type="user" url="@ref adding_operator" title="How to Add a New Operator"/>
<tab type="user" url="@ref implementation_topic" title="Implementation Topics"/>