Skip to content

Commit

Permalink
doc(stdlib): add missing xod/core node descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrkv committed Nov 28, 2018
1 parent 5904622 commit 98b3744
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/__lib__/xod/core/constant-boolean/patch.xodp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "Constant value",
"description": "A predefined `true` or `false` value that never changes in runtime",
"nodes": [
{
"description": "Constant value",
Expand Down
1 change: 1 addition & 0 deletions workspace/__lib__/xod/core/constant-byte/patch.xodp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "A predefined single byte datum that never changes in runtime",
"nodes": [
{
"id": "B23RV3eJq",
Expand Down
1 change: 1 addition & 0 deletions workspace/__lib__/xod/core/constant-number/patch.xodp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "A predefined numeric value that never changes in runtime",
"nodes": [
{
"id": "B1x2RV3eZ",
Expand Down
1 change: 1 addition & 0 deletions workspace/__lib__/xod/core/constant-port/patch.xodp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "A hardware port value",
"nodes": [
{
"id": "B1x2RV3eZ",
Expand Down
1 change: 1 addition & 0 deletions workspace/__lib__/xod/core/constant-string/patch.xodp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "A predefined text string that never changes in runtime. Non-ASCII characters are encoded in UTF-8.",
"nodes": [
{
"id": "B1x2RV3eZ",
Expand Down
1 change: 1 addition & 0 deletions workspace/__lib__/xod/core/length(string)/patch.xodp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "Calculates string size in bytes. Will be inequal to the number of glyphs if the input string is UTF-8 encoded and contains non-ASCII characters.",
"nodes": [
{
"id": "H1kQ1XtbQ",
Expand Down
1 change: 1 addition & 0 deletions workspace/__lib__/xod/core/sine-wave/patch.xodp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "Generates sine wave (sinusoid) signal",
"links": [
{
"id": "B1uXK2FyM",
Expand Down
1 change: 1 addition & 0 deletions workspace/__lib__/xod/core/square-wave/patch.xodp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "Generates square wave signal",
"nodes": [
{
"boundLiterals": {
Expand Down

0 comments on commit 98b3744

Please sign in to comment.