Skip to content

Commit

Permalink
Update documentation for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 8, 2024
1 parent 8b822f0 commit 6648e7e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion main/FileSystem/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Tue Oct 8 2024 13:22:37 for File System Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Oct 8 2024 13:34:23 for File System Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
4 changes: 2 additions & 2 deletions main/General/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 8.0.0-dev226');
document.write('Version 8.0.0-dev227');
};

function writeFooter() {
document.write('Generated on Tue Oct 8 2024 13:22:37 for MDK-Middleware 8.0.0-dev226+g5fe439e. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Oct 8 2024 13:34:23 for MDK-Middleware 8.0.0-dev227+g2f0ae97. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/Network/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Tue Oct 8 2024 13:22:37 for Network Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Oct 8 2024 13:34:24 for Network Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
4 changes: 1 addition & 3 deletions main/Network/group__Net__files.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,7 @@ <h2><a class="anchor" id="autotoc_md45"></a>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyLeft">./Components/Network/Source </td><td class="markdownTableBodyLeft">Source files for the Network component. </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyLeft">./Components/Network/Template </td><td class="markdownTableBodyLeft"> <script>link_ext('uv4_ca_sourcefiles');</script> simplify creating application specific functionality. Adapt the template functions to the application's needs. </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyLeft">./Components/Network/Tool </td><td class="markdownTableBodyLeft">Utilities for creating your own secure certificates and keys. </td></tr>
<td class="markdownTableBodyLeft">./Components/Network/Template </td><td class="markdownTableBodyLeft"> <script>link_ext('uv4_ca_sourcefiles');</script> simplify creating application specific functionality. Adapt the template functions to the application's needs. </td></tr>
</table>
<p><b>Header</b> <b>Files</b> </p>
<p>The API interface of the Network Component is provided using the header file:</p>
Expand Down
2 changes: 1 addition & 1 deletion main/USB/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Tue Oct 8 2024 13:22:38 for USB Component 8.0.0. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Oct 8 2024 13:34:25 for USB Component 8.0.0. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//--- list of versions‚ ---
const versions = {
"General": {
"latest": "8.0.0-dev226",
"latest": "8.0.0-dev227",
"doc_usb": "8.0.0-dev211"
},
"FileSystem": {
Expand Down

0 comments on commit 6648e7e

Please sign in to comment.