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

fix doc for tag Pre_Include_Local_Component_h

Joachim Krech 6 лет назад
Родитель
Сommit
3f4fca5900
2 измененных файлов с 6 добавлено и 6 удалено
  1. 5 5
      CMSIS/DoxyGen/Pack/src/components_schema.txt
  2. 1 1
      CMSIS/Utilities/PACK.xsd

+ 5 - 5
CMSIS/DoxyGen/Pack/src/components_schema.txt

@@ -236,18 +236,18 @@ No need to explicitly include this file as it is automatically added as pre-incl
 <p>&nbsp;</p>
 <hr>
 
-\section Pre_Include_Local_h
+\section Pre_Include_Local_Component_h
 The build environment shall generate a C/C++ header file with the name <b>Pre_Include_\<Cclass>_\<component>.h</b> 
 from the selected component and add this file to the command line as a pre-include file for the build of all modules of this component.
-The same is done for each component containing a "Pre_Include_Local_h" element.
+The same is done for each component containing a "Pre_Include_Local_Component_h" element.
 Note: files shall be generated into the RTE/\<target> subdirectory.
 
 \code
 <component Cclass="Other" Cgroup="Alpha" ...>
-  <Pre_Include_Local_h>
+  <Pre_Include_Local_Component_h>
     // enabling local pre include
     #define Local_Component_Alpha 1
-  </Pre_Include_Local_h>
+  </Pre_Include_Local_Component_h>
 </component>
 
 \endcode
@@ -524,7 +524,7 @@ A component describes a collection of files (source, header, configuration, libr
   </tr>
   <tr>
     <td>Pre_Include_Local_Component_h</td>
-    <td>Source code that is copied into the file \ref Pre_Include_Local_h \<Cclass>_\<Component_name>.h when the component is selected by the run time environment configuration.</td>
+    <td>Source code that is copied into the file \ref Pre_Include_Local_Component_h \<Cclass>_\<Component_name>.h when the component is selected by the run time environment configuration.</td>
     <td>xs:string </td>
     <td>0..1 </td>
   </tr>

+ 1 - 1
CMSIS/Utilities/PACK.xsd

@@ -27,7 +27,7 @@
 
   14. March 2019: 1.6.0
   - added Armv8.1-M MVE processor feature attribute 'Dmve'
-  - added local and global pre-include section Pre_Include_Local_h, Pre_Include_Global_h.
+  - added local and global pre-include section Pre_Include_Local_Component_h, Pre_Include_Global_h.
   - added file categories 'preIncludeLocal' and 'preIncludeGlobal' FileCategoryEnum.
   - added file attribute 'path' for file category 'header' to add support for relative include paths. 
   - added to package element the possibility to restrict the usage of the with attributes Dvendor, Dname, Dcore, and Tcompiler.