summarylogtreecommitdiffstats
path: root/2443.patch
blob: 9b44916f032fb12985d03027b41ad094336af83a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"/>