mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 08:04:56 +08:00
GP-0: Fixing javadoc for FlatProgramAPI.getFunctionAfter(Function)
(Closes #6242)
This commit is contained in:
@@ -1081,9 +1081,9 @@ public class FlatProgramAPI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the function defined before the specified function in address order.
|
* Returns the function defined after the specified function in address order.
|
||||||
* @param function the function
|
* @param function the function
|
||||||
* @return the function defined before the specified function
|
* @return the function defined after the specified function
|
||||||
*/
|
*/
|
||||||
public final Function getFunctionAfter(Function function) {
|
public final Function getFunctionAfter(Function function) {
|
||||||
if (function == null) {
|
if (function == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user