mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
Javadoc adjustments.
This commit is contained in:
parent
a8382da6a5
commit
1b0fae8b18
1 changed files with 3 additions and 3 deletions
|
@ -28,10 +28,10 @@ import org.eclipse.cdt.core.dom.ast.IASTTranslationUnit;
|
||||||
*/
|
*/
|
||||||
public interface ICAstChecker extends IChecker {
|
public interface ICAstChecker extends IChecker {
|
||||||
/**
|
/**
|
||||||
* Run this checker on a given ast.
|
* Runs this checker on a given AST.
|
||||||
* Ast locks would be obtained by the framework before calling this method.
|
* AST locks are obtained by the framework before calling this method.
|
||||||
*
|
*
|
||||||
* @param ast
|
* @param ast the AST.
|
||||||
*/
|
*/
|
||||||
void processAst(IASTTranslationUnit ast);
|
void processAst(IASTTranslationUnit ast);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue