* Report syntax error: input ended before ASDoc is closed.
*/
protected final void reportUnclosedASDoc()
{
final ISourceLocation location = getCurrentSourceLocation(0);
final ICompilerProblem problem = new ASDocNotClosedProblem(location);
getProblems().add(problem);
}