// windowService.localVariableWindowStop();
}
// Get the project the user is referencing
Project proj = getAppropriateProject(isMainMenuRequest(e));
MainFileProvider provider = getMainFile(proj);
if(!isProjectSetupCorrectly(provider)) {
return;
}
FileObject docs = provider.getDocumentsDirectory();
compiler.setDocumenationFolder(FileUtil.toFile(docs));
if(compiler.document()) {
//speak some kind of message saying that documentation was generated
if (TextToSpeechOptions.isScreenReading())
speech.speak("Documentation was built successfully", SpeechPriority.HIGH);