mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0: Cleaning up certain types of javadoc errors
This commit is contained in:
parent
6086ba9bfb
commit
d23e67a088
411 changed files with 1153 additions and 1864 deletions
|
@ -82,7 +82,7 @@ public interface VTMarkupItem {
|
|||
* The {@link #getDestinationAddressSource()} will return {@link #USER_DEFINED_ADDRESS_SOURCE}
|
||||
* when a valid destination address is set via this method.
|
||||
* <p>
|
||||
* To clear the destination address you may pass <tt>null</tt> to this method.
|
||||
* To clear the destination address you may pass {@code null} to this method.
|
||||
*
|
||||
* @param address the new destination address for the item.
|
||||
* @throws IllegalStateException if this method is called on an applied markup item (you
|
||||
|
|
|
@ -975,7 +975,7 @@ public class VTMatchTableProvider extends ComponentProviderAdapter
|
|||
* location, even if the item is moved or removed.
|
||||
* <p>
|
||||
* Creating this object will cancel the default behavior. Calling
|
||||
* <tt>restoreSelection</tt> will set the new selection, depending upon the
|
||||
* {@code restoreSelection} will set the new selection, depending upon the
|
||||
* conditions described above.
|
||||
*/
|
||||
private class SelectionOverrideMemento {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue