mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 10:11:08 +00:00
Fix missing javadoc parameters, throw tags,...
This commit is contained in:
@@ -131,7 +131,7 @@ public abstract class GraphTextWriter {
|
||||
|
||||
/**
|
||||
* Ends method.
|
||||
* @return
|
||||
* @return Writer
|
||||
*/
|
||||
public GraphTextWriter endMethod() {
|
||||
return this;
|
||||
@@ -139,7 +139,7 @@ public abstract class GraphTextWriter {
|
||||
|
||||
/**
|
||||
* Ends function.
|
||||
* @return
|
||||
* @return Writer
|
||||
*/
|
||||
public GraphTextWriter endFunction() {
|
||||
return this;
|
||||
|
||||
@@ -115,10 +115,10 @@ public class HighlightedTextWriter extends GraphTextWriter {
|
||||
/**
|
||||
* Highlights specified text as instruction by adding special tags
|
||||
*
|
||||
* @param src
|
||||
* @param startLineItem
|
||||
* @param src Source item
|
||||
* @param startLineItem Start line item
|
||||
* @param pos Offset of instruction
|
||||
* @param data
|
||||
* @param data Data
|
||||
* @return HighlightedTextWriter
|
||||
*/
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user