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
@ -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) {
|
||||
String raw = getString(index);
|
||||
|
Loading…
Reference in New Issue
Block a user