mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 08:35:30 +08:00
Updated documentation to fix html warning
This commit is contained in:
+1
-2
@@ -70,8 +70,7 @@ public class FunctionGraphOptions extends VisualGraphOptions {
|
||||
"<li><b>Block Model Changes Only</b> - relayout the graph when the block model changes " +
|
||||
"(like when a label has been added to the program in the currently graphed function)</li>" +
|
||||
"<li><b>Vertex Grouping Changes Only</b> - when vertices are grouped or ungrouped</li>" +
|
||||
"<li><b>Never</b> - do not automatically relayout the graph</li></ul><br><br>" +
|
||||
"<b><i>See help for more</i></b>";
|
||||
"<li><b>Never</b> - do not automatically relayout the graph</li></ul>";
|
||||
|
||||
private static final String DEFAULT_VERTEX_BACKGROUND_COLOR_KEY = "Default Vertex Color";
|
||||
private static final String DEFAULT_VERTEX_BACKGROUND_COLOR_DESCRPTION =
|
||||
|
||||
Reference in New Issue
Block a user