mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-0: Fixing javadoc (Closes #8369)
This commit is contained in:
parent
67ba8d5f6b
commit
538ee96e69
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ public final class DataUtilities {
|
||||||
* @param addr data address (offcut data address only allowed if clearMode == ClearDataMode.CLEAR_ALL_CONFLICT_DATA)
|
* @param addr data address (offcut data address only allowed if clearMode == ClearDataMode.CLEAR_ALL_CONFLICT_DATA)
|
||||||
* @param newType new data-type being applied
|
* @param newType new data-type being applied
|
||||||
* @param length data length (used only for Dynamic newDataType which has canSpecifyLength()==true)
|
* @param length data length (used only for Dynamic newDataType which has canSpecifyLength()==true)
|
||||||
* @param clearMode see CreateDataMode
|
* @param clearMode the {@link ClearDataMode}
|
||||||
* @return new data created
|
* @return new data created
|
||||||
* @throws CodeUnitInsertionException if data creation failed
|
* @throws CodeUnitInsertionException if data creation failed
|
||||||
*/
|
*/
|
||||||
|
@ -152,7 +152,7 @@ public final class DataUtilities {
|
||||||
* @param newType new data-type being applied
|
* @param newType new data-type being applied
|
||||||
* @param length data length (used only for Dynamic newDataType which has canSpecifyLength()==true)
|
* @param length data length (used only for Dynamic newDataType which has canSpecifyLength()==true)
|
||||||
* @param stackPointers see {@link #reconcileAppliedDataType(DataType, DataType, boolean)}
|
* @param stackPointers see {@link #reconcileAppliedDataType(DataType, DataType, boolean)}
|
||||||
* @param clearMode see CreateDataMode
|
* @param clearMode the {@link ClearDataMode}
|
||||||
* @return new data created
|
* @return new data created
|
||||||
* @throws CodeUnitInsertionException if data creation failed
|
* @throws CodeUnitInsertionException if data creation failed
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue