Added method documentation

This commit is contained in:
Tristan B. Velloza Kildaire 2022-10-15 22:03:50 +02:00
parent b09a247413
commit cac86d604e
1 changed files with 4 additions and 1 deletions

View File

@ -789,7 +789,10 @@ public final class TypeChecker
}
/**
* Perform type-checking and code-generation
* on the provided linearized dependency tree
*/
private void doTypeCheck(DNode[] actionList)
{
/* Klaar list */