Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing xod/core node descriptions #1578

Merged
merged 1 commit into from
Nov 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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