AS3 instruction documentation improvements

Generate doc from commandline
HTML document with all AS3 instructions
This commit is contained in:
Jindra Petřík
2016-03-28 19:50:48 +02:00
parent 77b14abbea
commit 34d504434e
9 changed files with 491 additions and 66 deletions

View File

@@ -444,7 +444,7 @@ public class ASMSourceEditorPane extends DebuggableEditorPane implements CaretLi
if (loc != null) {
SwingUtilities.convertPointToScreen(loc, this);
}
fireDocs(insName, As3PCodeDocs.getDocsForIns(insName, false, true), loc);
fireDocs(insName, As3PCodeDocs.getDocsForIns(insName, false, true, true), loc);
} else {
fireNoDocs();
}