summarylogtreecommitdiffstats
path: root/2443.patch
diff options
context:
space:
mode:
Diffstat (limited to '2443.patch')
-rw-r--r--2443.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/2443.patch b/2443.patch
new file mode 100644
index 000000000000..9b44916f032f
--- /dev/null
+++ b/2443.patch
@@ -0,0 +1,15 @@
+diff --git a/Ghidra/Features/Decompiler/src/main/help/help/TOC_Source.xml b/Ghidra/Features/Decompiler/src/main/help/help/TOC_Source.xml
+index 2317da834..20cd85554 100644
+--- a/Ghidra/Features/Decompiler/src/main/help/help/TOC_Source.xml
++++ b/Ghidra/Features/Decompiler/src/main/help/help/TOC_Source.xml
+@@ -68,7 +68,9 @@
+ text="Program Annotations Affecting the Decompiler"
+ target="help/topics/DecompilePlugin/DecompilerAnnotations.html">
+ <tocdef id="AnnoteFunctionBody" sortgroup="a" text="Machine Instructions" target="help/topics/DecompilePlugin/DecompilerAnnotations.html#AnnoteFunctionBody"/>
+- <tocdef id="AnnoteComments" sortgroup="b" text="Comments" target="help/topics/DecompilePlugin/DecompilerAnnotations.html#AnnoteComments"/>
++ <!-- Space added to text="Comments" attribute below to distinguish it from the CommentsPlugin section of the same name
++ https://github.com/NationalSecurityAgency/ghidra/issues/2443 -->
++ <tocdef id="AnnoteComments" sortgroup="b" text="Comments " target="help/topics/DecompilePlugin/DecompilerAnnotations.html#AnnoteComments"/>
+ <tocdef id="AnnoteVariables" sortgroup="c" text="Variable Annotations" target="help/topics/DecompilePlugin/DecompilerAnnotations.html#AnnoteVariables"/>
+ <tocdef id="AnnotePrototype" sortgroup="d" text="Function Prototypes" target="help/topics/DecompilePlugin/DecompilerAnnotations.html#AnnotePrototype"/>
+ <tocdef id="AnnoteMutability" sortgroup="e" text="Data Mutability" target="help/topics/DecompilePlugin/DecompilerAnnotations.html#AnnoteMutability"/>