mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +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
|
@ -4,9 +4,9 @@
|
|||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
@ -15,8 +15,7 @@
|
|||
*/
|
||||
package functioncalls.graph;
|
||||
|
||||
import static functioncalls.graph.FcgDirection.IN_AND_OUT;
|
||||
import static functioncalls.graph.FcgDirection.OUT;
|
||||
import static functioncalls.graph.FcgDirection.*;
|
||||
|
||||
/**
|
||||
* A container class that represents a {@link FunctionCallGraph} level, or row. A level
|
||||
|
@ -115,7 +114,7 @@ public class FcgLevel implements Comparable<FcgLevel> {
|
|||
/**
|
||||
* Returns true if this level is the immediate predecessor of the given other level.
|
||||
*
|
||||
* <P>The <tt>source</tt> level is the parent of the first level in either direction.
|
||||
* <P>The {@code source} level is the parent of the first level in either direction.
|
||||
*
|
||||
* @param other the other level that is a potential child level
|
||||
* @return true if this level is the immediate predecessor of the given other level
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
@ -37,7 +37,7 @@ import ghidra.util.Msg;
|
|||
* done in {@link #arrangeNewVertices()}.
|
||||
*
|
||||
* <P>This class is handed a group of edges to processes. In this group there are vertices that
|
||||
* do not need to be arranged, referred to as the <tt>existing</tt> vertices. This
|
||||
* do not need to be arranged, referred to as the {@code existing} vertices. This
|
||||
* classes uses {@link VertexCollection} to find and store the new vertices that need
|
||||
* to be arranged.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue