Updated the docs
This commit is contained in:
parent
7691b0460c
commit
fde10eaee9
|
@ -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"]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue