mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
docs: add missing docblocks for getHTML() in StringBlock
This commit is contained in:
parent
5d85f34a2a
commit
3f09781939
@ -124,7 +124,7 @@ public class StringBlock {
|
|||||||
this.position = position;
|
this.position = position;
|
||||||
this.matchingTagPosition = matchingTagPosition;
|
this.matchingTagPosition = matchingTagPosition;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* compares this tag and another, returning the order that should be between them.
|
* compares this tag and another, returning the order that should be between them.
|
||||||
* order by:
|
* order by:
|
||||||
@ -266,7 +266,8 @@ public class StringBlock {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns string with style tags (html-like).
|
* @param index Location (index) of string to process to HTML
|
||||||
|
* @return String Returns string with style tags (html-like).
|
||||||
*/
|
*/
|
||||||
public String getHTML(int index) {
|
public String getHTML(int index) {
|
||||||
String raw = getString(index);
|
String raw = getString(index);
|
||||||
|
Loading…
Reference in New Issue
Block a user