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 Mar 6, 2024
1 parent ef3b8f3 commit 7bc6f6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions main/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 1.15.1-dev34');
document.write('Version 1.15.1-dev35');
};

function writeFooter() {
document.write('Generated on Wed Mar 6 2024 12:22:37 for CMSIS-DSP 1.15.1-dev34+g0d49aa6. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Mar 6 2024 12:28:01 for CMSIS-DSP 1.15.1-dev35+g53e3e33. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
8 changes: 4 additions & 4 deletions main/group__atan2.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#gacaaafc88adbe308039cb76c
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>error status.</dd></dl>
<dl class="section user"><dt>Compute the Arc tangent of y/x:</dt><dd>The sign of y and x are used to determine the right quadrant and compute the right angle. </dd></dl>
<dl class="section user"><dt>Compute the Arc tangent of y/x:</dt><dd>The sign of y and x are used to determine the right quadrant and compute the right angle. Returned value is between -Pi and Pi. </dd></dl>

</div>
</div>
Expand Down Expand Up @@ -243,7 +243,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#gaa7fbd2bb45df78860dd3a02
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>error status.</dd></dl>
<dl class="section user"><dt>Compute the Arc tangent of y/x:</dt><dd>The sign of y and x are used to determine the right quadrant and compute the right angle. </dd></dl>
<dl class="section user"><dt>Compute the Arc tangent of y/x:</dt><dd>The sign of y and x are used to determine the right quadrant and compute the right angle. Returned value is between -Pi and Pi. </dd></dl>

</div>
</div>
Expand Down Expand Up @@ -290,7 +290,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ga9d424b6eaf16bfc41be3e88
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>error status.</dd></dl>
<dl class="section user"><dt>Compute the Arc tangent of y/x:</dt><dd>The sign of y and x are used to determine the right quadrant and compute the right angle. </dd></dl>
<dl class="section user"><dt>Compute the Arc tangent of y/x:</dt><dd>The sign of y and x are used to determine the right quadrant and compute the right angle. Returned value is between -Pi and Pi. </dd></dl>

</div>
</div>
Expand Down Expand Up @@ -337,7 +337,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ga14e753643307e373abffa6d
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>error status.</dd></dl>
<dl class="section user"><dt>Compute the Arc tangent of y/x:</dt><dd>The sign of y and x are used to determine the right quadrant and compute the right angle. </dd></dl>
<dl class="section user"><dt>Compute the Arc tangent of y/x:</dt><dd>The sign of y and x are used to determine the right quadrant and compute the right angle. Returned value is between -Pi and Pi. </dd></dl>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//--- list of versions ---
const versions = {
"main": "1.15.1-dev34",
"main": "1.15.1-dev35",
"latest": "1.15.0",
"v1.14.4": "1.14.4",
"v1.14.3": "1.14.3",
Expand Down

0 comments on commit 7bc6f6c

Please sign in to comment.