mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fix character encoding
This commit is contained in:
parent
dc47d29d6a
commit
9b80d7cc67
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ public interface IInputOrder {
|
|||
* In most cases, only a single integer value will be specified. A list is supported
|
||||
* for the case where a single input file needs to be specified multiple times on the
|
||||
* command line. The order numbers begin at 1. Not all values need to be specified.
|
||||
* Unordered resources will fill the first “gap”. For example:
|
||||
* Unordered resources will fill the first "gap". For example:
|
||||
* • To specify the first input file, use 1.
|
||||
* • To specify the last input file, without specifying an order for any other input file, use 2.
|
||||
* • To specify only the first two input files and last input file, use 1, 2 & 4.
|
||||
|
|
|
@ -111,7 +111,7 @@ public interface IOutputType extends IBuildObject {
|
|||
/**
|
||||
* Returns the id of the option that is associated with this
|
||||
* output type on the command line. The default is to use the Tool
|
||||
* “outputFlag” attribute if primaryOutput is True. If option is not
|
||||
* "outputFlag" attribute if primaryOutput is True. If option is not
|
||||
* specified, and primaryOutput is False, then the output file(s) of
|
||||
* this outputType are not added to the command line.
|
||||
* When specified, the namePattern, nameProvider and outputNames are ignored.
|
||||
|
|
Loading…
Add table
Reference in a new issue