1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Comment adjustment.

This commit is contained in:
Sergey Prigogin 2009-04-26 23:10:50 +00:00
parent 8fbaaf1fea
commit dedd9aaf48

View file

@ -27,7 +27,7 @@ public interface IRequiredInclude {
/**
* Returns whether the include is to search on "standard places" like /usr/include first .
* An include is standard if it starts with <code>"\<"</code>.
* An include is standard if it starts with <code>"&lt;"</code>.
*/
boolean isStandard();
}