diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-02-07 07:58:38 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-02-07 07:58:38 +0000 |
commit | af22a2dcaf9d9750ba5604d4ef9a82d0540a0c20 (patch) | |
tree | 753da72db551e5906d46e0a00b6ec2c38ff42909 /doc | |
parent | 47a8438f5b7e146294a666a3e3ed3151fba8e9b9 (diff) | |
download | ChibiOS-af22a2dcaf9d9750ba5604d4ef9a82d0540a0c20.tar.gz ChibiOS-af22a2dcaf9d9750ba5604d4ef9a82d0540a0c20.tar.bz2 ChibiOS-af22a2dcaf9d9750ba5604d4ef9a82d0540a0c20.zip |
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10092 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hal/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/hal/Doxyfile_html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index dd8a9ec5f..4a13b1dd0 100644 --- a/doc/hal/Doxyfile_chm +++ b/doc/hal/Doxyfile_chm @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 4.1.0
+PROJECT_NUMBER = 5.0.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/hal/Doxyfile_html b/doc/hal/Doxyfile_html index c47908ffb..700bf6d99 100644 --- a/doc/hal/Doxyfile_html +++ b/doc/hal/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 4.1.0
+PROJECT_NUMBER = 5.0.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
|