Просмотр исходного кода

DoxyGen: Removed automatic cross references from RTOS2 to Core.
- Automatic cross references currently crash the MDK pack installer.
- Using manual references instead.

Jonatan Antoni 8 лет назад
Родитель
Сommit
5a2a5fe490

+ 1 - 1
CMSIS/DoxyGen/Core/core.dxy

@@ -2030,7 +2030,7 @@ TAGFILES               =
 # tag file that is based on the input files it reads. See section "Linking to
 # external documentation" for more information about the usage of tag files.
 
-GENERATE_TAGFILE       = core.tag
+GENERATE_TAGFILE       = 
 
 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
 # class index. If set to NO only the inherited external classes will be listed.

+ 1 - 1
CMSIS/DoxyGen/RTOS/rtos.dxy

@@ -2042,7 +2042,7 @@ TAGFILES               =
 # tag file that is based on the input files it reads. See section "Linking to
 # external documentation" for more information about the usage of tag files.
 
-GENERATE_TAGFILE       = rtos.tag
+GENERATE_TAGFILE       = 
 
 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
 # class index. If set to NO only the inherited external classes will be listed.

+ 2 - 2
CMSIS/DoxyGen/RTOS2/rtos.dxy

@@ -2067,13 +2067,13 @@ SKIP_FUNCTION_MACROS   = NO
 # the path). If a tag file is not located in the directory in which doxygen is
 # run, you must also specify the path to the tagfile here.
 
-TAGFILES               = ../Core/core.tag=../../core/html
+TAGFILES               = 
 
 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
 # tag file that is based on the input files it reads. See section "Linking to
 # external documentation" for more information about the usage of tag files.
 
-GENERATE_TAGFILE       = rtos2.tag
+GENERATE_TAGFILE       = 
 
 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
 # class index. If set to NO only the inherited external classes will be listed.

+ 1 - 1
CMSIS/DoxyGen/RTOS2/src/cmsis_os2_MigrationGuide.txt

@@ -56,7 +56,7 @@ Upgrade to RTX Version 5 from any 4.x version using the API v1 compatibility lay
 - Rename function <tt>int main (void)</tt> to <tt>void app_main (void *arg)</tt>.
 - Create a new function <tt>int main (void)</tt> which implements at least:
   - System initialization and configuration
-  - Update \ref SystemCoreClock
+  - Update <a href="../../Core/html/group__system__init__gr.html">SystemCoreClock</a>
   - Initialize CMSIS-RTOS kernel
   - Creates new thread app_main
   - Start RTOS scheduler