diff --git a/Ghidra/Features/Base/src/main/java/ghidra/app/util/bin/format/golang/structmapping/DataTypeMapper.java b/Ghidra/Features/Base/src/main/java/ghidra/app/util/bin/format/golang/structmapping/DataTypeMapper.java index 85cc8b6c53..15ed684f15 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/app/util/bin/format/golang/structmapping/DataTypeMapper.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/app/util/bin/format/golang/structmapping/DataTypeMapper.java @@ -34,8 +34,8 @@ import ghidra.util.task.TaskMonitor; * To use the full might and majesty of StructureMapping™, a DataTypeMapper must be created. It * must be able to {@link #addArchiveSearchCategoryPath(CategoryPath...) find} * ({@link #addProgramSearchCategoryPath(CategoryPath...) more find}) the Ghidra structure data - * types being used, and it must {@link #registerStructure(Class) know} about all classes that are - * going to participate during deserialization and markup. + * types being used, and it must {@link #registerStructure(Class, DataTypeMapperContext) know} about + * all classes that are going to participate during deserialization and markup. *
* Structure mapped classes can receive a reference to the specific DataTypeMapper type that
* created them by declaring a {@code DataTypeMapper} field, and tagging it with
@@ -217,7 +217,7 @@ public class DataTypeMapper implements AutoCloseable {
* @param
- * The tagged class must be {@link DataTypeMapper#registerStructure(Class) registered} with
- * the {@link DataTypeMapper program context} to enable the suite of structure mapped classes
- * to work together when applied to a Ghidra binary.
+ * The tagged class must be {@link DataTypeMapper#registerStructure(Class, DataTypeMapperContext)
+ * registered} with the {@link DataTypeMapper program context} to enable the suite of structure
+ * mapped classes to work together when applied to a Ghidra binary.
*
* For variable length structure classes, when the struct mapping system creates a custom-fitted
* structure to markup a specific location with its specific data, the new struct data type's name