Update docs/markdown/IDE-integration.md

Co-Authored-By: mensinda <daniel@mensinger-ka.de>
pull/4547/head
textshell 6 years ago committed by Daniel Mensinger
parent 7eb8621ea6
commit 7cf0e30707
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 4
      docs/markdown/IDE-integration.md

@ -59,7 +59,7 @@ The `intro-sources.json` file stores a list of all source objects of the target.
"compiler": ["The", "compiler", "command"],
"parameters": ["list", "of", "compiler", "parameters"],
"sources": ["list", "of", "all", "source", "files", "for", "this", "language"],
"generated_sources": ["list", "of", "all", "soruce", "files", "that", "where", "generated", "somewhere", "else"]
"generated_sources": ["list", "of", "all", "source", "files", "that", "where", "generated", "somewhere", "else"]
}
```
@ -155,4 +155,4 @@ This API can also work without a build directory for the `--projectinfo` command
- [Gnome Builder](https://wiki.gnome.org/Apps/Builder)
- [Eclipse CDT](https://www.eclipse.org/cdt/) (experimental)
- [Meson Cmake Wrapper](https://github.com/prozum/meson-cmake-wrapper) (for cmake IDEs)
- [Meson Cmake Wrapper](https://github.com/prozum/meson-cmake-wrapper) (for cmake IDEs)

Loading…
Cancel
Save