فهرست منبع

added public attribute to docs and books

Joachim Krech 8 سال پیش
والد
کامیت
27bf664eb3

+ 16 - 0
CMSIS/DoxyGen/Pack/src/boards_schema.txt

@@ -468,6 +468,14 @@ Two different picture types (\token{small} and \token{large}) can be specified f
     <td>xs:string</td>
     <td>optional</td>
   </tr>
+  <tr>
+    <td>public</td>
+    <td>Set publishing permissions for the documentation. If \tagem{public} is \token{true}, then the vendor gives permission 
+        to extract the documentation from the pack and publish it on a web-page. Links to web pages are assumed to be public.
+        The default value is \token{false}.</td>
+    <td>xs:boolean</td>
+    <td>optional</td>
+  </tr>
 </table>
 
 <p>&nbsp;</p>
@@ -562,6 +570,14 @@ The element provides information about documentation parts related to a developm
 	<td>xs:string</td>
 	<td>optional</td>
   </tr>
+  <tr>
+    <td>public</td>
+    <td>Set publishing permissions for the documentation. If \tagem{public} is \token{true}, then the vendor gives permission 
+        to extract the documentation from the pack and publish it on a web-page. Links to web pages are assumed to be public.
+        The default value is \token{false}.</td>
+    <td>xs:boolean</td>
+    <td>optional</td>
+  </tr>
 </table>
 
 <p>&nbsp;</p>

+ 8 - 0
CMSIS/DoxyGen/Pack/src/components_schema.txt

@@ -648,6 +648,14 @@ The file purpose is defined through the <b>category</b> attribute. The <b>name</
     <td>VersionType</td>
     <td>optional</td>
   </tr>
+  <tr>
+    <td>public</td>
+    <td>Set publishing permissions for the documentation. If \tagem{public} is \token{true}, then the vendor gives permission 
+        to extract the documentation from the pack and publish it on a web-page. Links to web pages are assumed to be public.
+        The default value is \token{false}.</td>
+    <td>xs:boolean</td>
+    <td>optional</td>
+  </tr>
 </table>	  
 
 <p>&nbsp;</p>		

+ 8 - 0
CMSIS/DoxyGen/Pack/src/devices_schema.txt

@@ -819,6 +819,14 @@ The book element contains the location, filename, and extension of the file. The
     <td>xs:string</td>
     <td>required</td>
   </tr>
+  <tr>
+    <td>public</td>
+    <td>Set publishing permissions for the documentation. If \tagem{public} is \token{true}, then the vendor gives permission 
+        to extract the documentation from the pack and publish it on a web-page. Links to web pages are assumed to be public.
+        The default value is \token{false}.</td>
+    <td>xs:boolean</td>
+    <td>optional</td>
+  </tr>
 </table>
 
 \delim

+ 8 - 0
CMSIS/DoxyGen/Pack/src/examples_schema.txt

@@ -117,6 +117,14 @@ treated as a single example.
     <td>VersionType</td>
     <td>optional</td>
   </tr>
+  <tr>
+    <td>public</td>
+    <td>Set publishing permissions for the documentation. If \tagem{public} is \token{true}, then the vendor gives permission 
+        to extract the documentation from the pack and publish it on a web-page. Links to web pages are assumed to be public.
+        The default value is \token{false}.</td>
+    <td>xs:boolean</td>
+    <td>optional</td>
+  </tr>
   <tr>
     <th>Child&nbsp;Elements</th>
     <th>Description</th>

+ 8 - 0
CMSIS/DoxyGen/Pack/src/pdsc_format.txt

@@ -891,6 +891,14 @@ software components in projects. Reserved characters are:
     <td>xs:string </td>
     <td>optional</td>
   </tr>
+  <tr>
+    <td>public</td>
+    <td>Set publishing permissions for the documentation. If \tagem{public} is \token{true}, then the vendor gives permission 
+        to extract the documentation from the pack and publish it on a web-page. Links to web pages are assumed to be public.
+        The default value is \token{false}.</td>
+    <td>xs:boolean</td>
+    <td>optional</td>
+  </tr>
 </table>
 
 <p>&nbsp;</p>