mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +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 {
|
||||
/**
|
||||
* Run this checker on a given ast.
|
||||
* Ast locks would be obtained by the framework before calling this method.
|
||||
* Runs this checker on a given AST.
|
||||
* AST locks are obtained by the framework before calling this method.
|
||||
*
|
||||
* @param ast
|
||||
* @param ast the AST.
|
||||
*/
|
||||
void processAst(IASTTranslationUnit ast);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue