From c64f66e183f344ebeb4492a37f49ec6fe7e2ce74 Mon Sep 17 00:00:00 2001 From: dragonmacher <48328597+dragonmacher@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:40:24 -0400 Subject: [PATCH] Updated documentation to fix html warning --- .../core/functiongraph/mvc/FunctionGraphOptions.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Ghidra/Features/FunctionGraph/src/main/java/ghidra/app/plugin/core/functiongraph/mvc/FunctionGraphOptions.java b/Ghidra/Features/FunctionGraph/src/main/java/ghidra/app/plugin/core/functiongraph/mvc/FunctionGraphOptions.java index 45efc24dc7..ea6e0bc29d 100644 --- a/Ghidra/Features/FunctionGraph/src/main/java/ghidra/app/plugin/core/functiongraph/mvc/FunctionGraphOptions.java +++ b/Ghidra/Features/FunctionGraph/src/main/java/ghidra/app/plugin/core/functiongraph/mvc/FunctionGraphOptions.java @@ -4,9 +4,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -70,8 +70,7 @@ public class FunctionGraphOptions extends VisualGraphOptions { "
  • Block Model Changes Only - relayout the graph when the block model changes " + "(like when a label has been added to the program in the currently graphed function)
  • " + "
  • Vertex Grouping Changes Only - when vertices are grouped or ungrouped
  • " + - "
  • Never - do not automatically relayout the graph


  • " + - "See help for more"; + "
  • Never - do not automatically relayout the graph
  • "; private static final String DEFAULT_VERTEX_BACKGROUND_COLOR_KEY = "Default Vertex Color"; private static final String DEFAULT_VERTEX_BACKGROUND_COLOR_DESCRPTION =