Commit c3b557f6 authored by Feram's avatar Feram Committed by Adrian Sieber

Fix typo follwoing

parent 0cf675b5
...@@ -267,7 +267,7 @@ When generating the interface for your project and wish to make it available to ...@@ -267,7 +267,7 @@ When generating the interface for your project and wish to make it available to
in all of C++/Objective-C/Java you can tell Djinni to generate a special YAML file as part in all of C++/Objective-C/Java you can tell Djinni to generate a special YAML file as part
of the code generation process. This file then contains all the information Djinni requires of the code generation process. This file then contains all the information Djinni requires
to include your types in a different project. Instructing Djinni to create these YAML files to include your types in a different project. Instructing Djinni to create these YAML files
is controlled by the follwoing arguments: is controlled by the following arguments:
- `--yaml-out`: The output folder for YAML files (Generator disabled if unspecified). - `--yaml-out`: The output folder for YAML files (Generator disabled if unspecified).
- `--yaml-out-file`: If specified all types are merged into a single YAML file instead of generating one file per type (relative to `--yaml-out`). - `--yaml-out-file`: If specified all types are merged into a single YAML file instead of generating one file per type (relative to `--yaml-out`).
- `--yaml-prefix`: The prefix to add to type names stored in YAML files (default: `""`). - `--yaml-prefix`: The prefix to add to type names stored in YAML files (default: `""`).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment