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:
parent
5bcfa424c0
commit
c257e27589
|
@ -853,10 +853,11 @@ WARN_LOGFILE =
|
|||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = ./src \
|
||||
../../os/ex/dox \
|
||||
../../os/ex/devices/Bosch \
|
||||
../../os/ex/devices/ST \
|
||||
../../os/ex/include
|
||||
../../../os/ex/dox \
|
||||
../../../os/ex/devices/ADI \
|
||||
../../../os/ex/devices/Bosch \
|
||||
../../../os/ex/devices/ST \
|
||||
../../../os/ex/include
|
||||
|
||||
# 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
|
||||
|
@ -1194,7 +1195,7 @@ GENERATE_HTML = YES
|
|||
# The default directory is: html.
|
||||
# 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
|
||||
# generated HTML page (for example: .htm, .php, .asp).
|
||||
|
@ -1406,7 +1407,7 @@ GENERATE_HTMLHELP = YES
|
|||
# written to the html output directory.
|
||||
# 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
|
||||
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
||||
|
|
|
@ -853,10 +853,11 @@ WARN_LOGFILE =
|
|||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = ./src \
|
||||
../../os/ex/dox \
|
||||
../../os/ex/devices/Bosch \
|
||||
../../os/ex/devices/ST \
|
||||
../../os/ex/include
|
||||
../../../os/ex/dox \
|
||||
../../../os/ex/devices/ADI \
|
||||
../../../os/ex/devices/Bosch \
|
||||
../../../os/ex/devices/ST \
|
||||
../../../os/ex/include
|
||||
|
||||
# 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
|
||||
|
@ -1194,7 +1195,7 @@ GENERATE_HTML = YES
|
|||
# The default directory is: html.
|
||||
# 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
|
||||
# generated HTML page (for example: .htm, .php, .asp).
|
||||
|
@ -1406,7 +1407,7 @@ GENERATE_HTMLHELP = NO
|
|||
# written to the html output directory.
|
||||
# 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
|
||||
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
del html\*.* /Q
|
||||
del ..\..\manuals\html\ex\*.* /Q
|
||||
doxygen Doxyfile_chm
|
||||
del html\*.md5
|
||||
del html\*.map
|
||||
del ..\..\manuals\html\ex\*.md5
|
||||
del ..\..\manuals\html\ex\*.map
|
||||
pause
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
del html\*.* /Q
|
||||
del ..\..\manuals\html\ex\*.* /Q
|
||||
doxygen Doxyfile_html
|
||||
del html\*.md5
|
||||
del html\*.map
|
||||
del ..\..\manuals\html\ex\*.md5
|
||||
del ..\..\manuals\html\ex\*.map
|
||||
pause
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
rm html/*
|
||||
rm ../../manuals/html/ex/*
|
||||
doxygen Doxyfile_html
|
||||
rm html/*.md5
|
||||
rm html/*.map
|
||||
rm ../../manuals/html/ex/*.md5
|
||||
rm ../../manuals/html/ex/*.map
|
||||
|
||||
|
|
|
@ -854,31 +854,32 @@ WARN_LOGFILE =
|
|||
|
||||
INPUT = ./src \
|
||||
../common/src \
|
||||
../../os/license \
|
||||
../../os/rt/dox \
|
||||
../../os/rt/src \
|
||||
../../os/rt/include \
|
||||
../../os/rt/templates \
|
||||
../../os/nil/dox \
|
||||
../../os/nil/src \
|
||||
../../os/nil/include \
|
||||
../../os/nil/templates \
|
||||
../../os/oslib/dox \
|
||||
../../os/oslib/src \
|
||||
../../os/oslib/include \
|
||||
../../os/common/ports/templates \
|
||||
../../os/hal/dox \
|
||||
../../os/hal/src \
|
||||
../../os/hal/include \
|
||||
../../os/hal/lib/streams \
|
||||
../../os/hal/lib/complex/mfs \
|
||||
../../os/hal/lib/complex/serial_nor \
|
||||
../../os/hal/templates \
|
||||
../../os/hal/templates/osal \
|
||||
../../os/ex/dox \
|
||||
../../os/ex/devices/Bosch \
|
||||
../../os/ex/devices/ST \
|
||||
../../os/ex/include
|
||||
../../../os/license \
|
||||
../../../os/rt/dox \
|
||||
../../../os/rt/src \
|
||||
../../../os/rt/include \
|
||||
../../../os/rt/templates \
|
||||
../../../os/nil/dox \
|
||||
../../../os/nil/src \
|
||||
../../../os/nil/include \
|
||||
../../../os/nil/templates \
|
||||
../../../os/oslib/dox \
|
||||
../../../os/oslib/src \
|
||||
../../../os/oslib/include \
|
||||
../../../os/common/ports/templates \
|
||||
../../../os/hal/dox \
|
||||
../../../os/hal/src \
|
||||
../../../os/hal/include \
|
||||
../../../os/hal/lib/streams \
|
||||
../../../os/hal/lib/complex/mfs \
|
||||
../../../os/hal/lib/complex/serial_nor \
|
||||
../../../os/hal/templates \
|
||||
../../../os/hal/templates/osal \
|
||||
../../../os/ex/dox \
|
||||
../../../os/ex/devices/ADI \
|
||||
../../../os/ex/devices/Bosch \
|
||||
../../../os/ex/devices/ST \
|
||||
../../../os/ex/include
|
||||
|
||||
# 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
|
||||
|
@ -1216,7 +1217,7 @@ GENERATE_HTML = YES
|
|||
# The default directory is: html.
|
||||
# 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
|
||||
# generated HTML page (for example: .htm, .php, .asp).
|
||||
|
@ -1428,7 +1429,7 @@ GENERATE_HTMLHELP = NO
|
|||
# written to the html output directory.
|
||||
# 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
|
||||
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
||||
|
|
|
@ -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>
|
|
@ -1,5 +1,5 @@
|
|||
del html\*.* /Q
|
||||
del ..\..\manuals\html\full_rm\*.* /Q
|
||||
doxygen Doxyfile_chm
|
||||
del html\*.md5
|
||||
del html\*.map
|
||||
del ..\..\manuals\html\full_rm\*.md5
|
||||
del ..\..\manuals\html\full_rm\*.map
|
||||
pause
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
del html\*.* /Q
|
||||
del ..\..\manuals\html\full_rm\*.* /Q
|
||||
doxygen Doxyfile_html
|
||||
del html\*.md5
|
||||
del html\*.map
|
||||
del ..\..\manuals\html\full_rm\*.md5
|
||||
del ..\..\manuals\html\full_rm\*.map
|
||||
pause
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
rm html/*
|
||||
rm ../../manuals/html/full_rm/*
|
||||
doxygen Doxyfile_html
|
||||
rm html/*.md5
|
||||
rm html/*.map
|
||||
rm ../../manuals/html/full_rm/*.md5
|
||||
rm ../../manuals/html/full_rm/*.map
|
||||
|
||||
|
|
|
@ -853,24 +853,24 @@ WARN_LOGFILE =
|
|||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = ./src \
|
||||
../../os/hal/dox \
|
||||
../../os/hal/src \
|
||||
../../os/hal/include \
|
||||
../../os/hal/ports/STM32/STM32F3xx \
|
||||
../../os/hal/ports/STM32/LLD/ADCv3 \
|
||||
../../os/hal/ports/STM32/LLD/CANv1 \
|
||||
../../os/hal/ports/STM32/LLD/DACv1 \
|
||||
../../os/hal/ports/STM32/LLD/DMAv1 \
|
||||
../../os/hal/ports/STM32/LLD/EXTIv1 \
|
||||
../../os/hal/ports/STM32/LLD/GPIOv2 \
|
||||
../../os/hal/ports/STM32/LLD/I2Cv2 \
|
||||
../../os/hal/ports/STM32/LLD/RTCv2 \
|
||||
../../os/hal/ports/STM32/LLD/SPIv2 \
|
||||
../../os/hal/ports/STM32/LLD/TIMv1 \
|
||||
../../os/hal/ports/STM32/LLD/USARTv2 \
|
||||
../../os/hal/ports/STM32/LLD/USBv1 \
|
||||
../../os/hal/ports/STM32/LLD/xWDGv1 \
|
||||
../../os/hal/templates/osal
|
||||
../../../os/hal/dox \
|
||||
../../../os/hal/src \
|
||||
../../../os/hal/include \
|
||||
../../../os/hal/ports/STM32/STM32F3xx \
|
||||
../../../os/hal/ports/STM32/LLD/ADCv3 \
|
||||
../../../os/hal/ports/STM32/LLD/CANv1 \
|
||||
../../../os/hal/ports/STM32/LLD/DACv1 \
|
||||
../../../os/hal/ports/STM32/LLD/DMAv1 \
|
||||
../../../os/hal/ports/STM32/LLD/EXTIv1 \
|
||||
../../../os/hal/ports/STM32/LLD/GPIOv2 \
|
||||
../../../os/hal/ports/STM32/LLD/I2Cv2 \
|
||||
../../../os/hal/ports/STM32/LLD/RTCv2 \
|
||||
../../../os/hal/ports/STM32/LLD/SPIv2 \
|
||||
../../../os/hal/ports/STM32/LLD/TIMv1 \
|
||||
../../../os/hal/ports/STM32/LLD/USARTv2 \
|
||||
../../../os/hal/ports/STM32/LLD/USBv1 \
|
||||
../../../os/hal/ports/STM32/LLD/xWDGv1 \
|
||||
../../../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
|
||||
|
@ -1208,7 +1208,7 @@ GENERATE_HTML = YES
|
|||
# The default directory is: html.
|
||||
# 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
|
||||
# generated HTML page (for example: .htm, .php, .asp).
|
||||
|
@ -1420,7 +1420,7 @@ GENERATE_HTMLHELP = NO
|
|||
# written to the html output directory.
|
||||
# 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
|
||||
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
||||
|
|
|
@ -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>
|
|
@ -1,5 +1,5 @@
|
|||
del html\*.* /Q
|
||||
del ..\..\manuals\html\hal_stm32f3xx\*.* /Q
|
||||
doxygen Doxyfile_html
|
||||
del html\*.md5
|
||||
del html\*.map
|
||||
del ..\..\manuals\html\hal_stm32f3xx\*.md5
|
||||
del ..\..\manuals\html\hal_stm32f3xx\*.map
|
||||
pause
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
rm html/*
|
||||
rm ../../manuals/html/hal_stm32f3xx/*
|
||||
doxygen Doxyfile_html
|
||||
rm html/*.md5
|
||||
rm html/*.map
|
||||
rm ../../manuals/html/hal_stm32f3xx/*.md5
|
||||
rm ../../manuals/html/hal_stm32f3xx/*.map
|
||||
|
||||
|
|
|
@ -853,14 +853,14 @@ WARN_LOGFILE =
|
|||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = ./src \
|
||||
../../os/hal/dox \
|
||||
../../os/hal/src \
|
||||
../../os/hal/include \
|
||||
../../os/hal/lib/streams \
|
||||
../../os/hal/lib/complex/mfs \
|
||||
../../os/hal/lib/complex/serial_nor \
|
||||
../../os/hal/templates \
|
||||
../../os/hal/templates/osal
|
||||
../../../os/hal/dox \
|
||||
../../../os/hal/src \
|
||||
../../../os/hal/include \
|
||||
../../../os/hal/lib/streams \
|
||||
../../../os/hal/lib/complex/mfs \
|
||||
../../../os/hal/lib/complex/serial_nor \
|
||||
../../../os/hal/templates \
|
||||
../../../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
|
||||
|
@ -1198,7 +1198,7 @@ GENERATE_HTML = YES
|
|||
# The default directory is: html.
|
||||
# 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
|
||||
# generated HTML page (for example: .htm, .php, .asp).
|
||||
|
@ -1410,7 +1410,7 @@ GENERATE_HTMLHELP = YES
|
|||
# written to the html output directory.
|
||||
# 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
|
||||
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
||||
|
|
|
@ -853,14 +853,14 @@ WARN_LOGFILE =
|
|||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = ./src \
|
||||
../../os/hal/dox \
|
||||
../../os/hal/src \
|
||||
../../os/hal/include \
|
||||
../../os/hal/lib/streams \
|
||||
../../os/hal/lib/complex/mfs \
|
||||
../../os/hal/lib/complex/serial_nor \
|
||||
../../os/hal/templates \
|
||||
../../os/hal/templates/osal
|
||||
../../../os/hal/dox \
|
||||
../../../os/hal/src \
|
||||
../../../os/hal/include \
|
||||
../../../os/hal/lib/streams \
|
||||
../../../os/hal/lib/complex/mfs \
|
||||
../../../os/hal/lib/complex/serial_nor \
|
||||
../../../os/hal/templates \
|
||||
../../../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
|
||||
|
@ -1198,7 +1198,7 @@ GENERATE_HTML = YES
|
|||
# The default directory is: html.
|
||||
# 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
|
||||
# generated HTML page (for example: .htm, .php, .asp).
|
||||
|
@ -1410,7 +1410,7 @@ GENERATE_HTMLHELP = NO
|
|||
# written to the html output directory.
|
||||
# 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
|
||||
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
del html\*.* /Q
|
||||
del ..\..\manuals\html\hal\*.* /Q
|
||||
doxygen Doxyfile_chm
|
||||
del html\*.md5
|
||||
del html\*.map
|
||||
del ..\..\manuals\html\hal\*.md5
|
||||
del ..\..\manuals\html\hal\*.map
|
||||
pause
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
del html\*.* /Q
|
||||
del ..\..\manuals\html\hal\*.* /Q
|
||||
doxygen Doxyfile_html
|
||||
del html\*.md5
|
||||
del html\*.map
|
||||
del ..\..\manuals\html\hal\*.md5
|
||||
del ..\..\manuals\html\hal\*.map
|
||||
pause
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
rm html/*
|
||||
rm ../../manuals/html/hal/*
|
||||
doxygen Doxyfile_html
|
||||
rm html/*.md5
|
||||
rm html/*.map
|
||||
rm ../../manuals/html/hal/*.md5
|
||||
rm ../../manuals/html/hal/*.map
|
||||
|
||||
|
|
|
@ -853,13 +853,13 @@ WARN_LOGFILE =
|
|||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = ./src \
|
||||
../../os/nil/dox \
|
||||
../../os/nil/src \
|
||||
../../os/nil/include \
|
||||
../../os/nil/templates \
|
||||
../../os/oslib/dox \
|
||||
../../os/oslib/src \
|
||||
../../os/oslib/include
|
||||
../../../os/nil/dox \
|
||||
../../../os/nil/src \
|
||||
../../../os/nil/include \
|
||||
../../../os/nil/templates \
|
||||
../../../os/oslib/dox \
|
||||
../../../os/oslib/src \
|
||||
../../../os/oslib/include
|
||||
|
||||
# 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
|
||||
|
@ -1197,7 +1197,7 @@ GENERATE_HTML = YES
|
|||
# The default directory is: html.
|
||||
# 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
|
||||
# generated HTML page (for example: .htm, .php, .asp).
|
||||
|
@ -1409,7 +1409,7 @@ GENERATE_HTMLHELP = YES
|
|||
# written to the html output directory.
|
||||
# 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
|
||||
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
||||
|
|
|
@ -853,13 +853,13 @@ WARN_LOGFILE =
|
|||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = ./src \
|
||||
../../os/nil/dox \
|
||||
../../os/nil/src \
|
||||
../../os/nil/include \
|
||||
../../os/nil/templates \
|
||||
../../os/oslib/dox \
|
||||
../../os/oslib/src \
|
||||
../../os/oslib/include
|
||||
../../../os/nil/dox \
|
||||
../../../os/nil/src \
|
||||
../../../os/nil/include \
|
||||
../../../os/nil/templates \
|
||||
../../../os/oslib/dox \
|
||||
../../../os/oslib/src \
|
||||
../../../os/oslib/include
|
||||
|
||||
# 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
|
||||
|
@ -1197,7 +1197,7 @@ GENERATE_HTML = YES
|
|||
# The default directory is: html.
|
||||
# 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
|
||||
# generated HTML page (for example: .htm, .php, .asp).
|
||||
|
@ -1409,7 +1409,7 @@ GENERATE_HTMLHELP = NO
|
|||
# written to the html output directory.
|
||||
# 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
|
||||
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
||||
|
|
|
@ -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>
|
|
@ -1,5 +1,5 @@
|
|||
del html\*.* /Q
|
||||
del ..\..\manuals\html\nil\*.* /Q
|
||||
doxygen Doxyfile_chm
|
||||
del html\*.md5
|
||||
del html\*.map
|
||||
del ..\..\manuals\html\nil\*.md5
|
||||
del ..\..\manuals\html\nil\*.map
|
||||
pause
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
del html\*.* /Q
|
||||
del ..\..\manuals\html\nil\*.* /Q
|
||||
doxygen Doxyfile_html
|
||||
del html\*.md5
|
||||
del html\*.map
|
||||
del ..\..\manuals\html\nil\*.md5
|
||||
del ..\..\manuals\html\nil\*.map
|
||||
pause
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
rm html/*
|
||||
rm ../../manuals/html/nil/*
|
||||
doxygen Doxyfile_html
|
||||
rm html/*.md5
|
||||
rm html/*.map
|
||||
rm ../../manuals/html/nil/*.md5
|
||||
rm ../../manuals/html/nil/*.map
|
||||
|
||||
|
|
|
@ -1199,7 +1199,7 @@ GENERATE_HTML = YES
|
|||
# The default directory is: html.
|
||||
# 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
|
||||
# generated HTML page (for example: .htm, .php, .asp).
|
||||
|
@ -1411,7 +1411,7 @@ GENERATE_HTMLHELP = YES
|
|||
# written to the html output directory.
|
||||
# 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
|
||||
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
||||
|
|
|
@ -854,14 +854,14 @@ WARN_LOGFILE =
|
|||
|
||||
INPUT = ./src \
|
||||
../common/src \
|
||||
../../os/license \
|
||||
../../os/rt/dox \
|
||||
../../os/rt/src \
|
||||
../../os/rt/include \
|
||||
../../os/rt/templates \
|
||||
../../os/oslib/dox \
|
||||
../../os/oslib/src \
|
||||
../../os/oslib/include
|
||||
../../../os/license \
|
||||
../../../os/rt/dox \
|
||||
../../../os/rt/src \
|
||||
../../../os/rt/include \
|
||||
../../../os/rt/templates \
|
||||
../../../os/oslib/dox \
|
||||
../../../os/oslib/src \
|
||||
../../../os/oslib/include
|
||||
|
||||
# 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
|
||||
|
@ -1199,7 +1199,7 @@ GENERATE_HTML = YES
|
|||
# The default directory is: html.
|
||||
# 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
|
||||
# generated HTML page (for example: .htm, .php, .asp).
|
||||
|
@ -1411,7 +1411,7 @@ GENERATE_HTMLHELP = NO
|
|||
# written to the html output directory.
|
||||
# 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
|
||||
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
||||
|
|
|
@ -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>
|
|
@ -1,5 +1,5 @@
|
|||
del html\*.* /Q
|
||||
del ..\..\manuals\html\rt\*.* /Q
|
||||
doxygen Doxyfile_chm
|
||||
del html\*.md5
|
||||
del html\*.map
|
||||
del ..\..\manuals\html\rt\*.md5
|
||||
del ..\..\manuals\html\rt\*.map
|
||||
pause
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
del html\*.* /Q
|
||||
del ..\..\manuals\html\rt\*.* /Q
|
||||
doxygen Doxyfile_html
|
||||
del html\*.md5
|
||||
del html\*.map
|
||||
del ..\..\manuals\html\rt\*.md5
|
||||
del ..\..\manuals\html\rt\*.map
|
||||
pause
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
rm html/*
|
||||
rm ../../manuals/html/rt/*
|
||||
doxygen Doxyfile_html
|
||||
rm html/*.md5
|
||||
rm html/*.map
|
||||
rm ../../manuals/html/rt/*.md5
|
||||
rm ../../manuals/html/rt/*.map
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Refresh" content="0; URL=html/index.html">
|
||||
<meta http-equiv="Refresh" content="0; URL=html/ex/index.html">
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
Loading…
Reference in New Issue