aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-01-26 18:25:26 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-01-26 18:25:26 +0000
commite9e85552839b5e3eded6dd48aebc05ca617b9e7b (patch)
treed24f74d4185f1467612d254e34919690ecc13daf /doc
parentf533ffa7526e742ec5b38110a8e7cb741dda644e (diff)
downloadChibiOS-e9e85552839b5e3eded6dd48aebc05ca617b9e7b.tar.gz
ChibiOS-e9e85552839b5e3eded6dd48aebc05ca617b9e7b.tar.bz2
ChibiOS-e9e85552839b5e3eded6dd48aebc05ca617b9e7b.zip
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12601 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'doc')
-rw-r--r--doc/full_rm/Doxyfile_html2
-rw-r--r--doc/full_rm/src/main.dox2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/full_rm/Doxyfile_html b/doc/full_rm/Doxyfile_html
index cdd8cfdfd..77b569bc2 100644
--- a/doc/full_rm/Doxyfile_html
+++ b/doc/full_rm/Doxyfile_html
@@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.0.0
+PROJECT_NUMBER = 19.1.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/full_rm/src/main.dox b/doc/full_rm/src/main.dox
index 7da6fadad..9be27c8da 100644
--- a/doc/full_rm/src/main.dox
+++ b/doc/full_rm/src/main.dox
@@ -36,7 +36,7 @@
* - RT, a full features RTOS.
* - NIL, another RTOS with a very reduced footprint.
* - OSLIB, a library of RTOS enhancements, it can be used on top of both RT
- * NIL.
+ * and NIL.
* - HAL, an abstraction layer for common MCU peripherals.
* - EX, abstraction for board-level devices, it sits on top of HAL.
* .