minor changes of existing comments

This commit is contained in:
TrianguloY 2019-02-16 22:18:25 +01:00
parent f431ac6059
commit f6bc1e22b4

View file

@ -301,7 +301,7 @@ public class LL {
}
/**
* Write data to a file. This is for logging and debug purpose only. The path is not configurable and is: <external storage>/LightningLauncher/script/log.txt.
* Write data to a file. This is for logging and debug purpose only. The path is not configurable and is: {@literal <}external storage{@literal >}/LightningLauncher/script/log.txt.
* Please note that this method won't add newlines automatically when appending data.
* @param data text to write to the file
* @param append whether to clear the file before to write data, or append data to the existing content
@ -369,7 +369,7 @@ public class LL {
/**
* Create an image from a package and a resource name.
* For instance:<code>LL.createImage("net.pierrox.lightning_launcher_extreme", "icon")</code>
* For instance: <code>LL.createImage("net.pierrox.lightning_launcher_extreme", "icon")</code>
* The density used is either the one given by ActivityManager.getLauncherLargeIconDensity if available, or the current one.
* @param pkg name of the package, use "android" to access system resources.
* @param name name of the drawable resource