Skip to content
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: 2 additions & 0 deletions gen_all_definitions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ $CMD $DEFS gen_mono_library_defs ./templates/LslLibrary.cs "$outdir/templated/Ls

# Experimental generators
$CMD $DEFS gen_enums_txt "$outdir/experimental/enums.txt"
$CMD $DEFS gen_category_functions "$outdir/experimental/category_functions.yaml"
$CMD $DEFS gen_category_docs "$outdir/experimental/category_docs.yaml"
4,224 changes: 4,224 additions & 0 deletions generated/experimental/category_docs.yaml

Large diffs are not rendered by default.

1,104 changes: 1,104 additions & 0 deletions generated/experimental/category_functions.yaml

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions lsl_definitions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,13 @@
"tooltip": {
"markdownDescription": "A brief description of this event.",
"type": "string"
}
}
},
"categories": { "$ref": "#/$defs/functionCategories" }
},
"required": [
"tooltip",
"categories"
]
}
},
"type": "object"
Expand Down Expand Up @@ -496,9 +501,7 @@
"markdownDescription": "A brief description of this function.",
"type": "string"
},
"categories": {
"$ref": "#/$defs/functionCategories"
}
"categories": { "$ref": "#/$defs/functionCategories" }
},
"required": [
"tooltip",
Expand Down
Loading
Loading