Javascript Extractor: Update <tt> tages to <code>

This commit is contained in:
alexet
2021-02-09 12:10:09 +00:00
parent 8a2e063af7
commit 8dd5a7e7c7
39 changed files with 74 additions and 74 deletions

View File

@@ -14,7 +14,7 @@ public class ParsedProject {
this.allFiles = allFiles;
}
/** Returns the <tt>tsconfig.json</tt> file that defines this project. */
/** Returns the <code>tsconfig.json</code> file that defines this project. */
public File getTsConfigFile() {
return tsConfigFile;
}