Feature/codegen (#1480)

* Add the ability to automatically generate code to extract values out of a Dictionary (see https://github.com/openspace/codegen for more information on how to use this)
* Applied this technique to a large number of cases in the codebase
* Don't add _codegen files to the repository

Co-authored-by: Emma Broman <emma.broman@liu.se>
This commit is contained in:
Alexander Bock
2021-02-09 09:12:43 +01:00
committed by GitHub
parent 78c0b23194
commit 6d821d4f91
104 changed files with 2939 additions and 4769 deletions
-6
View File
@@ -56,12 +56,6 @@ documentation::Documentation SyncAssetTask::documentation() {
"SyncAssetTask",
"sync_asset_task",
{
{
"Type",
new StringEqualVerifier("SyncAssetTask"),
Optional::No,
"The type of this task"
},
{
KeyAsset,
new StringAnnotationVerifier("A file path to an asset"),