Updated the docs

This commit is contained in:
Daniel Mensinger 2018-12-11 17:59:35 +01:00
parent 7691b0460c
commit fde10eaee9
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ The `intro-sources.json` file stores a list of all source objects of the target.
"language": "language ID",
"compiler": ["The", "compiler", "command"],
"parameters": ["list", "of", "compiler", "parameters"],
"source_files": ["list", "of", "all", "source", "files", "for", "this", "language"]
"sources": ["list", "of", "all", "source", "files", "for", "this", "language"],
"generated_sources": ["list", "of", "all", "soruce", "files", "that", "where", "generated", "somewhere", "else"]
}
```