From fc013e06c0bd99ae89b1e88e98b8f6891e7b868f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 29 Jan 2017 14:37:18 +0000 Subject: [PATCH] Fixed path. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@10068 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- doc/hal/Doxyfile_chm | 4 ++-- doc/hal/Doxyfile_html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index 0e10d9c55..53679ab70 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.0.6 +PROJECT_NUMBER = 4.0.7 # 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 @@ -791,7 +791,7 @@ INPUT = ./src \ ../../os/hal/src \ ../../os/hal/include \ ../../os/hal/templates \ - ../../os/hal/templates\osal + ../../os/hal/templates/osal # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html index 22c5602bc..edd8132ce 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.0.6 +PROJECT_NUMBER = 4.0.7 # 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 @@ -791,7 +791,7 @@ INPUT = ./src \ ../../os/hal/src \ ../../os/hal/include \ ../../os/hal/templates \ - ../../os/hal/templates\osal + ../../os/hal/templates/osal # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses