diff options
author | Karsten Merker <merker@debian.org> | 2019-05-05 12:33:25 +0200 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-05-06 11:05:33 +0530 |
commit | 0d33a981ec19181c7f6448f90599f31dfd082994 (patch) | |
tree | 88be71dfc792b975e2dbe9d731415e7e91b76e3d /docs/doxygen.cfg | |
parent | 3bb2d25f448f4f5dd7d143617bc6eccf34f809e6 (diff) |
docs: miscellaneous documentation fixes and updates
- fix some broken hyperlinks
- add additional hyperlinks to references to external documents
- reformat some paragraphs to keep lines under 80 characters
- unify the enumeration style between different parts of the
documentation
- fix spelling/grammar mistakes
- extend the copyright notice in README.md to be the same as the
one in COPYING.BSD
Signed-off-by: Karsten Merker <merker@debian.org>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'docs/doxygen.cfg')
-rw-r--r-- | docs/doxygen.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg index feb461b..8ab53ed 100644 --- a/docs/doxygen.cfg +++ b/docs/doxygen.cfg @@ -44,7 +44,7 @@ PROJECT_NUMBER = "v@@OPENSBI_MAJOR@@.@@OPENSBI_MINOR@@" # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Open source implemenation of supervisor binary interface" +PROJECT_BRIEF = "Open source implemenation of the supervisor binary interface" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 |