mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-12-10 11:42:32 +08:00
GP-0: Fixing javadoc
This commit is contained in:
@@ -605,9 +605,8 @@ public class TaintVec {
|
||||
/**
|
||||
* Supply the originating op
|
||||
*
|
||||
* @param the originating op
|
||||
* @param op originating op
|
||||
* @return the tagged TaintVec
|
||||
*
|
||||
*/
|
||||
public TaintVec withOp(PcodeOp op) {
|
||||
return new TaintVec(sets, op);
|
||||
|
||||
@@ -221,7 +221,7 @@ public final class ObjcUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* {@return a newly created primary {@link Symbol}
|
||||
* {@return a newly created primary {@link Symbol}}
|
||||
*
|
||||
* @param program The {@link Program}
|
||||
* @param parentNamespace The parent namespace
|
||||
|
||||
@@ -965,7 +965,7 @@ public abstract class AbstractLibrarySupportLoader extends AbstractProgramLoader
|
||||
* A library that has not been processed by the loader yet
|
||||
*
|
||||
* @param name The name of the library
|
||||
* @param column The recursive load depth of the library (based on the original binary being
|
||||
* @param depth The recursive load depth of the library (based on the original binary being
|
||||
* loaded)
|
||||
* @param temporary True if the library is temporary and should be discarded prior to returning
|
||||
* from the load
|
||||
|
||||
Reference in New Issue
Block a user