Updated documentation to fix html warning

This commit is contained in:
dragonmacher 2024-09-18 13:40:24 -04:00
parent 9a04ea643a
commit c64f66e183

View file

@ -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 =