Folder reorganization.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15028 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-11-07 08:49:48 +00:00
parent 5bcfa424c0
commit c257e27589
32 changed files with 164 additions and 193 deletions

View File

@ -853,10 +853,11 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = ./src \ INPUT = ./src \
../../os/ex/dox \ ../../../os/ex/dox \
../../os/ex/devices/Bosch \ ../../../os/ex/devices/ADI \
../../os/ex/devices/ST \ ../../../os/ex/devices/Bosch \
../../os/ex/include ../../../os/ex/devices/ST \
../../../os/ex/include
# This tag can be used to specify the character encoding of the source files # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -1194,7 +1195,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html HTML_OUTPUT = ../../manuals/html/ex
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
@ -1406,7 +1407,7 @@ GENERATE_HTMLHELP = YES
# written to the html output directory. # written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE = ../../ChibiOS_EX.chm CHM_FILE = ../../../manuals/ChibiOS_EX.chm
# The HHC_LOCATION tag can be used to specify the location (absolute path # The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty, # including file name) of the HTML help compiler (hhc.exe). If non-empty,

View File

@ -853,10 +853,11 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = ./src \ INPUT = ./src \
../../os/ex/dox \ ../../../os/ex/dox \
../../os/ex/devices/Bosch \ ../../../os/ex/devices/ADI \
../../os/ex/devices/ST \ ../../../os/ex/devices/Bosch \
../../os/ex/include ../../../os/ex/devices/ST \
../../../os/ex/include
# This tag can be used to specify the character encoding of the source files # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -1194,7 +1195,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html HTML_OUTPUT = ../../manuals/html/ex
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
@ -1406,7 +1407,7 @@ GENERATE_HTMLHELP = NO
# written to the html output directory. # written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE = ../../ChibiOS_EX.chm CHM_FILE = ../../../manuals/ChibiOS_EX.chm
# The HHC_LOCATION tag can be used to specify the location (absolute path # The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty, # including file name) of the HTML help compiler (hhc.exe). If non-empty,

View File

@ -1,5 +1,5 @@
del html\*.* /Q del ..\..\manuals\html\ex\*.* /Q
doxygen Doxyfile_chm doxygen Doxyfile_chm
del html\*.md5 del ..\..\manuals\html\ex\*.md5
del html\*.map del ..\..\manuals\html\ex\*.map
pause pause

View File

@ -1,5 +1,5 @@
del html\*.* /Q del ..\..\manuals\html\ex\*.* /Q
doxygen Doxyfile_html doxygen Doxyfile_html
del html\*.md5 del ..\..\manuals\html\ex\*.md5
del html\*.map del ..\..\manuals\html\ex\*.map
pause pause

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
rm html/* rm ../../manuals/html/ex/*
doxygen Doxyfile_html doxygen Doxyfile_html
rm html/*.md5 rm ../../manuals/html/ex/*.md5
rm html/*.map rm ../../manuals/html/ex/*.map

View File

@ -854,31 +854,32 @@ WARN_LOGFILE =
INPUT = ./src \ INPUT = ./src \
../common/src \ ../common/src \
../../os/license \ ../../../os/license \
../../os/rt/dox \ ../../../os/rt/dox \
../../os/rt/src \ ../../../os/rt/src \
../../os/rt/include \ ../../../os/rt/include \
../../os/rt/templates \ ../../../os/rt/templates \
../../os/nil/dox \ ../../../os/nil/dox \
../../os/nil/src \ ../../../os/nil/src \
../../os/nil/include \ ../../../os/nil/include \
../../os/nil/templates \ ../../../os/nil/templates \
../../os/oslib/dox \ ../../../os/oslib/dox \
../../os/oslib/src \ ../../../os/oslib/src \
../../os/oslib/include \ ../../../os/oslib/include \
../../os/common/ports/templates \ ../../../os/common/ports/templates \
../../os/hal/dox \ ../../../os/hal/dox \
../../os/hal/src \ ../../../os/hal/src \
../../os/hal/include \ ../../../os/hal/include \
../../os/hal/lib/streams \ ../../../os/hal/lib/streams \
../../os/hal/lib/complex/mfs \ ../../../os/hal/lib/complex/mfs \
../../os/hal/lib/complex/serial_nor \ ../../../os/hal/lib/complex/serial_nor \
../../os/hal/templates \ ../../../os/hal/templates \
../../os/hal/templates/osal \ ../../../os/hal/templates/osal \
../../os/ex/dox \ ../../../os/ex/dox \
../../os/ex/devices/Bosch \ ../../../os/ex/devices/ADI \
../../os/ex/devices/ST \ ../../../os/ex/devices/Bosch \
../../os/ex/include ../../../os/ex/devices/ST \
../../../os/ex/include
# This tag can be used to specify the character encoding of the source files # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -1216,7 +1217,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html HTML_OUTPUT = ../../manuals/html/full_rm
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
@ -1428,7 +1429,7 @@ GENERATE_HTMLHELP = NO
# written to the html output directory. # written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE = ../../ChibiOS_RT.chm CHM_FILE = ../../../manuals/ChibiOS_Full-RM.chm
# The HHC_LOCATION tag can be used to specify the location (absolute path # The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty, # including file name) of the HTML help compiler (hhc.exe). If non-empty,

View File

@ -1,8 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Refresh" content="0; URL=html/index.html">
</head>
<body>
</body>
</html>

View File

@ -1,5 +1,5 @@
del html\*.* /Q del ..\..\manuals\html\full_rm\*.* /Q
doxygen Doxyfile_chm doxygen Doxyfile_chm
del html\*.md5 del ..\..\manuals\html\full_rm\*.md5
del html\*.map del ..\..\manuals\html\full_rm\*.map
pause pause

View File

@ -1,5 +1,5 @@
del html\*.* /Q del ..\..\manuals\html\full_rm\*.* /Q
doxygen Doxyfile_html doxygen Doxyfile_html
del html\*.md5 del ..\..\manuals\html\full_rm\*.md5
del html\*.map del ..\..\manuals\html\full_rm\*.map
pause pause

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
rm html/* rm ../../manuals/html/full_rm/*
doxygen Doxyfile_html doxygen Doxyfile_html
rm html/*.md5 rm ../../manuals/html/full_rm/*.md5
rm html/*.map rm ../../manuals/html/full_rm/*.map

View File

@ -853,24 +853,24 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = ./src \ INPUT = ./src \
../../os/hal/dox \ ../../../os/hal/dox \
../../os/hal/src \ ../../../os/hal/src \
../../os/hal/include \ ../../../os/hal/include \
../../os/hal/ports/STM32/STM32F3xx \ ../../../os/hal/ports/STM32/STM32F3xx \
../../os/hal/ports/STM32/LLD/ADCv3 \ ../../../os/hal/ports/STM32/LLD/ADCv3 \
../../os/hal/ports/STM32/LLD/CANv1 \ ../../../os/hal/ports/STM32/LLD/CANv1 \
../../os/hal/ports/STM32/LLD/DACv1 \ ../../../os/hal/ports/STM32/LLD/DACv1 \
../../os/hal/ports/STM32/LLD/DMAv1 \ ../../../os/hal/ports/STM32/LLD/DMAv1 \
../../os/hal/ports/STM32/LLD/EXTIv1 \ ../../../os/hal/ports/STM32/LLD/EXTIv1 \
../../os/hal/ports/STM32/LLD/GPIOv2 \ ../../../os/hal/ports/STM32/LLD/GPIOv2 \
../../os/hal/ports/STM32/LLD/I2Cv2 \ ../../../os/hal/ports/STM32/LLD/I2Cv2 \
../../os/hal/ports/STM32/LLD/RTCv2 \ ../../../os/hal/ports/STM32/LLD/RTCv2 \
../../os/hal/ports/STM32/LLD/SPIv2 \ ../../../os/hal/ports/STM32/LLD/SPIv2 \
../../os/hal/ports/STM32/LLD/TIMv1 \ ../../../os/hal/ports/STM32/LLD/TIMv1 \
../../os/hal/ports/STM32/LLD/USARTv2 \ ../../../os/hal/ports/STM32/LLD/USARTv2 \
../../os/hal/ports/STM32/LLD/USBv1 \ ../../../os/hal/ports/STM32/LLD/USBv1 \
../../os/hal/ports/STM32/LLD/xWDGv1 \ ../../../os/hal/ports/STM32/LLD/xWDGv1 \
../../os/hal/templates/osal ../../../os/hal/templates/osal
# This tag can be used to specify the character encoding of the source files # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -1208,7 +1208,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html HTML_OUTPUT = ../../manuals/html/hal_stm32f3xx
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
@ -1420,7 +1420,7 @@ GENERATE_HTMLHELP = NO
# written to the html output directory. # written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE = ../../ChibiOS_HAL.chm CHM_FILE = ../../../manuals/ChibiOS_HAL_STM32F3xx.chm
# The HHC_LOCATION tag can be used to specify the location (absolute path # The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty, # including file name) of the HTML help compiler (hhc.exe). If non-empty,

View File

@ -1,8 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Refresh" content="0; URL=html/index.html">
</head>
<body>
</body>
</html>

View File

@ -1,5 +1,5 @@
del html\*.* /Q del ..\..\manuals\html\hal_stm32f3xx\*.* /Q
doxygen Doxyfile_html doxygen Doxyfile_html
del html\*.md5 del ..\..\manuals\html\hal_stm32f3xx\*.md5
del html\*.map del ..\..\manuals\html\hal_stm32f3xx\*.map
pause pause

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
rm html/* rm ../../manuals/html/hal_stm32f3xx/*
doxygen Doxyfile_html doxygen Doxyfile_html
rm html/*.md5 rm ../../manuals/html/hal_stm32f3xx/*.md5
rm html/*.map rm ../../manuals/html/hal_stm32f3xx/*.map

View File

@ -853,14 +853,14 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = ./src \ INPUT = ./src \
../../os/hal/dox \ ../../../os/hal/dox \
../../os/hal/src \ ../../../os/hal/src \
../../os/hal/include \ ../../../os/hal/include \
../../os/hal/lib/streams \ ../../../os/hal/lib/streams \
../../os/hal/lib/complex/mfs \ ../../../os/hal/lib/complex/mfs \
../../os/hal/lib/complex/serial_nor \ ../../../os/hal/lib/complex/serial_nor \
../../os/hal/templates \ ../../../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 # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -1198,7 +1198,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html HTML_OUTPUT = ../../manuals/html/hal
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
@ -1410,7 +1410,7 @@ GENERATE_HTMLHELP = YES
# written to the html output directory. # written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE = ../../ChibiOS_HAL.chm CHM_FILE = ../../../manuals/ChibiOS_HAL.chm
# The HHC_LOCATION tag can be used to specify the location (absolute path # The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty, # including file name) of the HTML help compiler (hhc.exe). If non-empty,

View File

@ -853,14 +853,14 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = ./src \ INPUT = ./src \
../../os/hal/dox \ ../../../os/hal/dox \
../../os/hal/src \ ../../../os/hal/src \
../../os/hal/include \ ../../../os/hal/include \
../../os/hal/lib/streams \ ../../../os/hal/lib/streams \
../../os/hal/lib/complex/mfs \ ../../../os/hal/lib/complex/mfs \
../../os/hal/lib/complex/serial_nor \ ../../../os/hal/lib/complex/serial_nor \
../../os/hal/templates \ ../../../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 # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -1198,7 +1198,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html HTML_OUTPUT = ../../manuals/html/hal
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
@ -1410,7 +1410,7 @@ GENERATE_HTMLHELP = NO
# written to the html output directory. # written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE = ../../ChibiOS_HAL.chm CHM_FILE = ../../../manuals/ChibiOS_HAL.chm
# The HHC_LOCATION tag can be used to specify the location (absolute path # The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty, # including file name) of the HTML help compiler (hhc.exe). If non-empty,

View File

@ -1,5 +1,5 @@
del html\*.* /Q del ..\..\manuals\html\hal\*.* /Q
doxygen Doxyfile_chm doxygen Doxyfile_chm
del html\*.md5 del ..\..\manuals\html\hal\*.md5
del html\*.map del ..\..\manuals\html\hal\*.map
pause pause

View File

@ -1,5 +1,5 @@
del html\*.* /Q del ..\..\manuals\html\hal\*.* /Q
doxygen Doxyfile_html doxygen Doxyfile_html
del html\*.md5 del ..\..\manuals\html\hal\*.md5
del html\*.map del ..\..\manuals\html\hal\*.map
pause pause

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
rm html/* rm ../../manuals/html/hal/*
doxygen Doxyfile_html doxygen Doxyfile_html
rm html/*.md5 rm ../../manuals/html/hal/*.md5
rm html/*.map rm ../../manuals/html/hal/*.map

View File

@ -853,13 +853,13 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = ./src \ INPUT = ./src \
../../os/nil/dox \ ../../../os/nil/dox \
../../os/nil/src \ ../../../os/nil/src \
../../os/nil/include \ ../../../os/nil/include \
../../os/nil/templates \ ../../../os/nil/templates \
../../os/oslib/dox \ ../../../os/oslib/dox \
../../os/oslib/src \ ../../../os/oslib/src \
../../os/oslib/include ../../../os/oslib/include
# This tag can be used to specify the character encoding of the source files # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -1197,7 +1197,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html HTML_OUTPUT = ../../manuals/html/nil
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
@ -1409,7 +1409,7 @@ GENERATE_HTMLHELP = YES
# written to the html output directory. # written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE = ../../ChibiOS_NIL.chm CHM_FILE = ../../../manuals/ChibiOS_NIL.chm
# The HHC_LOCATION tag can be used to specify the location (absolute path # The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty, # including file name) of the HTML help compiler (hhc.exe). If non-empty,

View File

@ -853,13 +853,13 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = ./src \ INPUT = ./src \
../../os/nil/dox \ ../../../os/nil/dox \
../../os/nil/src \ ../../../os/nil/src \
../../os/nil/include \ ../../../os/nil/include \
../../os/nil/templates \ ../../../os/nil/templates \
../../os/oslib/dox \ ../../../os/oslib/dox \
../../os/oslib/src \ ../../../os/oslib/src \
../../os/oslib/include ../../../os/oslib/include
# This tag can be used to specify the character encoding of the source files # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -1197,7 +1197,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html HTML_OUTPUT = ../../manuals/html/nil
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
@ -1409,7 +1409,7 @@ GENERATE_HTMLHELP = NO
# written to the html output directory. # written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE = ../../ChibiOS_NIL.chm CHM_FILE = ../../../manuals/ChibiOS_NIL.chm
# The HHC_LOCATION tag can be used to specify the location (absolute path # The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty, # including file name) of the HTML help compiler (hhc.exe). If non-empty,

View File

@ -1,8 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Refresh" content="0; URL=html/index.html">
</head>
<body>
</body>
</html>

View File

@ -1,5 +1,5 @@
del html\*.* /Q del ..\..\manuals\html\nil\*.* /Q
doxygen Doxyfile_chm doxygen Doxyfile_chm
del html\*.md5 del ..\..\manuals\html\nil\*.md5
del html\*.map del ..\..\manuals\html\nil\*.map
pause pause

View File

@ -1,5 +1,5 @@
del html\*.* /Q del ..\..\manuals\html\nil\*.* /Q
doxygen Doxyfile_html doxygen Doxyfile_html
del html\*.md5 del ..\..\manuals\html\nil\*.md5
del html\*.map del ..\..\manuals\html\nil\*.map
pause pause

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
rm html/* rm ../../manuals/html/nil/*
doxygen Doxyfile_html doxygen Doxyfile_html
rm html/*.md5 rm ../../manuals/html/nil/*.md5
rm html/*.map rm ../../manuals/html/nil/*.map

View File

@ -1199,7 +1199,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html HTML_OUTPUT = ../../manuals/html/rt
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
@ -1411,7 +1411,7 @@ GENERATE_HTMLHELP = YES
# written to the html output directory. # written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE = ../../ChibiOS_RT.chm CHM_FILE = ../../../manuals/ChibiOS_RT.chm
# The HHC_LOCATION tag can be used to specify the location (absolute path # The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty, # including file name) of the HTML help compiler (hhc.exe). If non-empty,

View File

@ -854,14 +854,14 @@ WARN_LOGFILE =
INPUT = ./src \ INPUT = ./src \
../common/src \ ../common/src \
../../os/license \ ../../../os/license \
../../os/rt/dox \ ../../../os/rt/dox \
../../os/rt/src \ ../../../os/rt/src \
../../os/rt/include \ ../../../os/rt/include \
../../os/rt/templates \ ../../../os/rt/templates \
../../os/oslib/dox \ ../../../os/oslib/dox \
../../os/oslib/src \ ../../../os/oslib/src \
../../os/oslib/include ../../../os/oslib/include
# This tag can be used to specify the character encoding of the source files # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -1199,7 +1199,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html HTML_OUTPUT = ../../manuals/html/rt
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).
@ -1411,7 +1411,7 @@ GENERATE_HTMLHELP = NO
# written to the html output directory. # written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES. # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE = ../../ChibiOS_RT.chm CHM_FILE = ../../../manuals/ChibiOS_RT.chm
# The HHC_LOCATION tag can be used to specify the location (absolute path # The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty, # including file name) of the HTML help compiler (hhc.exe). If non-empty,

View File

@ -1,8 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Refresh" content="0; URL=html/index.html">
</head>
<body>
</body>
</html>

View File

@ -1,5 +1,5 @@
del html\*.* /Q del ..\..\manuals\html\rt\*.* /Q
doxygen Doxyfile_chm doxygen Doxyfile_chm
del html\*.md5 del ..\..\manuals\html\rt\*.md5
del html\*.map del ..\..\manuals\html\rt\*.map
pause pause

View File

@ -1,5 +1,5 @@
del html\*.* /Q del ..\..\manuals\html\rt\*.* /Q
doxygen Doxyfile_html doxygen Doxyfile_html
del html\*.md5 del ..\..\manuals\html\rt\*.md5
del html\*.map del ..\..\manuals\html\rt\*.map
pause pause

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
rm html/* rm ../../manuals/html/rt/*
doxygen Doxyfile_html doxygen Doxyfile_html
rm html/*.md5 rm ../../manuals/html/rt/*.md5
rm html/*.map rm ../../manuals/html/rt/*.map

View File

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<meta http-equiv="Refresh" content="0; URL=html/index.html"> <meta http-equiv="Refresh" content="0; URL=html/ex/index.html">
</head> </head>
<body> <body>
</body> </body>