mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 10:02:49 +08:00
Merge branch 'GT-3362_ryanmkurtz_PR-1363_astrelsky_DocumentationFixes'
This commit is contained in:
@@ -578,12 +578,12 @@ public class FlatProgramAPI {
|
||||
|
||||
/**
|
||||
* Returns the repeatable comment at the specified address. The comment returned is the raw text
|
||||
* of the comment. Contrastingly, calling {@link #getRepeatableCommentAsRendered(Address)} will
|
||||
* of the comment. Contrastingly, calling {@link GhidraScript#getRepeatableCommentAsRendered(Address)} will
|
||||
* return the text of the comment as it is rendered in the display.
|
||||
* @param address the address to get the comment
|
||||
* @return the repeatable comment at the specified address or null
|
||||
* if one does not exist
|
||||
* @see #getRepeatableCommentAsRendered(Address)
|
||||
* @see GhidraScript#getRepeatableCommentAsRendered(Address)
|
||||
*/
|
||||
public final String getRepeatableComment(Address address) {
|
||||
return currentProgram.getListing().getComment(CodeUnit.REPEATABLE_COMMENT, address);
|
||||
|
||||
Reference in New Issue
Block a user