mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Clarified JavaDoc
This commit is contained in:
parent
2a96dbfc19
commit
94e85e44b1
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ public interface ICSettingEntry {
|
|||
/**
|
||||
* Flag {@code LOCAL} is used during creation of {@link IIncludeEntry}
|
||||
* to indicate that an include path is not a system path.
|
||||
* It does not appear it is used anywhere else.
|
||||
* "System" path is denoted by angle brackets as in #include <x.h>
|
||||
* "Local" path is denoted by quotes as in #include "x.h"
|
||||
*/
|
||||
int LOCAL = 1 << 2;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue