Skip to content

Commit 9bea59a

Browse files
gmarullcarlescufi
authored andcommitted
doc: doxygen: adjust titles
Adjust the project title and the home page to make the sidebar tree more usable. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 96b2b93 commit 9bea59a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doc/_doxygen/mainpage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# API Documentation
2-
3-
## Introduction
1+
# Introduction
42

53
The Zephyr OS is a small-footprint kernel designed for use on
64
resource-constrained and embedded systems: from simple embedded

doc/zephyr.doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "Zephyr Project"
35+
PROJECT_NAME = "Zephyr API Documentation"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version

0 commit comments

Comments
 (0)