mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 17:29:15 -06:00
Restore deleted lines from spec
This commit is contained in:
parent
659f245722
commit
15335a80b3
@ -1780,7 +1780,9 @@ whose value is greater than zero.
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>The definition associates the name <em>N</em> with a new type <em>T'</em>
|
||||
that represents an array of <em>n</em> elements of type <em>T</em>.</p>
|
||||
that represents an array of <em>n</em> elements of type <em>T</em>.
|
||||
The value <em>n</em> is called the <strong>size</strong> of the array type <em>T'</em>.
|
||||
The type <em>T</em> is called the <strong>element type</strong> of the array type <em>T'</em>.</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>The expression following the keyword <code>default</code> is optional.
|
||||
@ -11924,7 +11926,7 @@ equivalent.</p>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2025-10-06 14:52:48 -0700
|
||||
Last updated 2025-10-06 16:54:06 -0700
|
||||
</div>
|
||||
</div>
|
||||
<script src="code-prettify/run_prettify.js"></script>
|
||||
|
||||
@ -15783,7 +15783,7 @@ serialized according to its
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2025-10-06 14:53:09 -0700
|
||||
Last updated 2025-10-06 16:54:41 -0700
|
||||
</div>
|
||||
</div>
|
||||
<script src="code-prettify/run_prettify.js"></script>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="generator" content="Asciidoctor 2.0.20">
|
||||
<meta name="generator" content="Asciidoctor 2.0.23">
|
||||
<title>F Prime Prime (FPP)</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
|
||||
<style>
|
||||
@ -464,8 +464,8 @@ generated code.</p>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2025-02-20 09:48:25 -0800
|
||||
Last updated 2025-02-14 13:29:20 -0800
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
@ -26,6 +26,8 @@ _type-name_ names the type _T_ of each array element.
|
||||
|
||||
The definition associates the name _N_ with a new type _T'_
|
||||
that represents an array of _n_ elements of type _T_.
|
||||
The value _n_ is called the *size* of the array type _T'_.
|
||||
The type _T_ is called the *element type* of the array type _T'_.
|
||||
|
||||
The expression following the keyword `default` is optional.
|
||||
If present, it specifies the <<Types_Default-Values,default value>> associated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user