Updated the docs

pull/4547/head
Daniel Mensinger 6 years ago
parent 7691b0460c
commit fde10eaee9
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 3
      docs/markdown/IDE-integration.md

@ -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…
Cancel
Save