1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Expanded a Javadoc comment.

This commit is contained in:
Sergey Prigogin 2011-10-04 10:40:40 -07:00
parent 31f06286ba
commit 923b1a5068

View file

@ -18,6 +18,10 @@ import org.eclipse.cdt.core.dom.ast.cpp.ICPPVariable;
/** /**
* Tests for header files included in multiple variants. * Tests for header files included in multiple variants.
*
* The first line of each comment section preceding a test contains the name of the file
* to put the contents of the section to. To request the AST of a file, put an asterisk after
* the file name.
*/ */
public class IndexMultiVariantHeaderTest extends IndexBindingResolutionTestBase { public class IndexMultiVariantHeaderTest extends IndexBindingResolutionTestBase {